X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=ec4a1a45c20f2c9f08ca62b9530f885f480d6e0e;hb=efd83597d9107b725e1b31a88540ff3a5e52ec41;hp=9e375d029906a1f3da4b1af6c139720fc9d2748b;hpb=616d80ae910d93e9471a7eaf2a6798f423d2674a;p=febootstrap.git diff --git a/configure.ac b/configure.ac index 9e375d0..ec4a1a4 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.5) +AC_INIT(febootstrap,1.7) 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