X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=f5eb6c12d8ddecc63346c32e983a7f6998dd704b;hb=0a0783983a6e985c171c9d3ab8d50eb2ba541ba4;hp=7c5de965e0e774d72e55708e4635312a6b9ed022;hpb=16d871ce67e030ff4ea8c63e607947eb3fcf90ef;p=febootstrap.git diff --git a/configure.ac b/configure.ac index 7c5de96..f5eb6c1 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,1.2) +AC_INIT(febootstrap,2.4) AM_INIT_AUTOMAKE AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no]) @@ -42,5 +42,5 @@ if test "x$YUM" = "xno" ; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile examples/Makefile febootstrap.spec]) +AC_CONFIG_FILES([Makefile examples/Makefile]) AC_OUTPUT