X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=f7aa1fd488f562b851762d98b66903ab296df76b;hb=386ca38f57247a3ec6bd78e7763e247a74c92a84;hp=65f2983991423787f7bce823a46117d2fccab82f;hpb=d89a55b4a3249e74602f9dc3cd26a8cca3370e7f;p=febootstrap.git diff --git a/configure.ac b/configure.ac index 65f2983..f7aa1fd 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.0) +AC_INIT(febootstrap,1.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]) +AC_CONFIG_FILES([Makefile examples/Makefile febootstrap.spec]) AC_OUTPUT