X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=697a7786e5369f0cfe74c44c7eb0ddd501861e38;hp=17361f161df15ae55512389bd6ce51bc031a13ad;hb=507d22099d8b7fce31bf2d575f609cc8d94131ea;hpb=f851ca0d9e22673b7cc0a7c2f539c9d51b9b77f8 diff --git a/configure.ac b/configure.ac index 17361f1..697a778 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Boston, MA 02110-1301, USA. dnl This keeps being the first instruction. dnl Change the 2nd argument if the version increases dnl 1st + 2nd argument is used for distribution package name -AC_INIT(lcr, 1.11, andreas@eversberg.eu) +AC_INIT(lcr, 1.12, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) AM_CONFIG_HEADER(config.h) @@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h) # fix warnings from autoconf + automake AC_GNU_SOURCE # AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.11) +AM_INIT_AUTOMAKE(lcr,1.12) @@ -60,11 +60,11 @@ AC_ARG_WITH([misdn], [with_misdn="check"]) AS_IF([test "x$with_misdn" != xno], - [AC_CHECK_HEADERS([mISDN/mISDNif.h], + [AC_CHECK_HEADERS([mISDN/mbuffer.h], [with_misdn="yes"], [if test "x$with_misdn" != xcheck ; then AC_MSG_FAILURE( - [--with-misdn was given, but test for header-file mISDN/mISDNif.h failed]) + [--with-misdn was given, but test for header-file mISDN/mbuffer.h failed]) fi ]) ]) @@ -239,7 +239,7 @@ AC_CHECK_LIB([pthread], [main]) AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([fcntl.h netinet/in.h stdlib.h string.h sys/file.h sys/ioctl.h sys/socket.h sys/time.h unistd.h ctype.h assert.h mISDNuser/mbuffer.h assert.h]) +AC_CHECK_HEADERS([fcntl.h netinet/in.h stdlib.h string.h sys/file.h sys/ioctl.h sys/socket.h sys/time.h unistd.h ctype.h assert.h assert.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL