]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - configure.ac
Version: 0.4.14
[projects/rc-scripts.git] / configure.ac
index a9ef8a3ffc7b9cfd3d9b229693c19845890a013e..6e74a99cc3135e60876f204cbcb309ab7578ea06 100644 (file)
@@ -1,6 +1,5 @@
-dnl $Id$
 
-AC_INIT([rc-scripts], [0.4.5.4], [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)
@@ -192,7 +191,7 @@ AH_BOTTOM([
 #endif
 ])
 
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS(src/config.h)
 AC_CONFIG_FILES([Makefile \
        src/Makefile \
        lib/Makefile \
@@ -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
This page took 0.101884 seconds and 4 git commands to generate.