helper: Add support for ArchLinux kernels.
[febootstrap.git] / configure.ac
index a715668..f4b4a23 100644 (file)
@@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
 dnl Written by Richard W.M. Jones <rjones@redhat.com>
 
-AC_INIT(febootstrap,3.2)
+AC_INIT(febootstrap,3.3)
 AM_INIT_AUTOMAKE
 
 dnl Check for basic C environment.
@@ -106,5 +106,9 @@ AC_CHECK_HEADER([ext2fs/ext2fs.h],[],[
 ])
 
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([config.ml Makefile lib/Makefile helper/Makefile])
+AC_CONFIG_FILES([config.ml
+        debian/changelog
+        Makefile
+        lib/Makefile
+        helper/Makefile])
 AC_OUTPUT