X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=f4b4a2398f3181b322864ca118bca39c2d291a71;hb=85db2a664c820e01a02ddc3b33b3da26fe05dc5b;hp=a7156686f75ff6cfe286ce13535c9e1d24202111;hpb=48c39a4b539e143d8ee7ef7d2ab6b745fec51028;p=febootstrap.git diff --git a/configure.ac b/configure.ac index a715668..f4b4a23 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -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