X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=configure.ac;h=6e74a99cc3135e60876f204cbcb309ab7578ea06;hb=refs%2Ftags%2F0.4.14;hp=4155735a1f50658649db19dd9231ccba1d09d679;hpb=7f925670c5bde9a51e8d3208b4070ff04048c991;p=projects%2Frc-scripts.git diff --git a/configure.ac b/configure.ac index 4155735a..6e74a99c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ -dnl $Id$ -AC_INIT([rc-scripts], [0.4.6], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts]) +AC_INIT([rc-scripts], [0.4.14], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts]) AM_INIT_AUTOMAKE ALL_LINGUAS="pl de" @@ -92,7 +91,7 @@ DPKG_C_GCC_ATTRIBUTE([,,],supported,[int x],[,,],ATTRIB,[Define if function attr DPKG_C_GCC_ATTRIBUTE(format...,format,[char *y, ...],[format(printf,1,2)],PRINTFFORMAT,[Define if printf-format argument lists a la GCC are available.])) AC_CHECK_TYPE(ptrdiff_t,int) -AC_CHECK_HEADERS([stddef.h sys/capability.h]) +AC_CHECK_HEADERS([stddef.h sys/capability.h getopt.h]) dnl Output AC_SUBST(BASHSCRIPTS) @@ -225,6 +224,5 @@ AC_CONFIG_FILES([Makefile \ sysconfig/interfaces/down.d/tnl/Makefile \ rc.d/Makefile rc.d/init.d/Makefile \ po/Makefile \ - init/Makefile \ ]) AC_OUTPUT