X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=b50d91c85f7fd306df684497b183dcf1d0a65a45;hb=a1c6fbdf00f249ddaadc733afaa5ac6e8fbcc30e;hp=d7d3d3e11f8cca6db8409a017d06198e49c8aa43;hpb=7195fe81a0b4781e53e6264eda4f495690795839;p=febootstrap.git diff --git a/configure.ac b/configure.ac index d7d3d3e..b50d91c 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.3) +AC_INIT(febootstrap,2.5) 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