mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
sinclude(../common/aclocal.m4)
|
||
|
AC_PREREQ(2.5)dnl
|
||
|
AC_INIT(Makefile.in)
|
||
|
|
||
|
SIM_AC_COMMON
|
||
|
|
||
|
AC_CHECK_HEADERS(unistd.h)
|
||
|
|
||
|
SIM_AC_OUTPUT
|