]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - configure.ac
Umount remaining filesystems one by one (using -R) option which helps in cases when...
[projects/rc-scripts.git] / configure.ac
index 41cbd3fe3636fc3eddd18e8f1697c26564a8a7dc..777631afb62f341b64cb9e6c6f2a2cc432a79707 100644 (file)
@@ -1,6 +1,8 @@
 
-AC_INIT([rc-scripts], [0.4.11], [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"
 
@@ -224,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
This page took 0.058517 seconds and 4 git commands to generate.