X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=configure.ac;h=777631afb62f341b64cb9e6c6f2a2cc432a79707;hb=HEAD;hp=5dde3abf64eb124d864c95848995eda1e20f3460;hpb=42801b46ae5a50bc83fc9fbb701866049c6be376;p=projects%2Frc-scripts.git diff --git a/configure.ac b/configure.ac index 5dde3abf..777631af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ -dnl $Id$ -AC_INIT([rc-scripts], [0.4.5.4], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts]) -AM_INIT_AUTOMAKE +AC_INIT([rc-scripts], [0.4.20], [pld-devel-en@lists.pld-linux.org], [rc-scripts]) + +dnl Do not require AUTHORS, ChangeLog, NEWS, and README to exist +AM_INIT_AUTOMAKE([foreign]) ALL_LINGUAS="pl de" @@ -92,7 +93,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 +226,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