X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=76f8aab415d3aa8136804484535efe643b2db5af;hb=0a00857eaf508645fce4b5381170fba3e5c9c4a9;hp=a72af6b85f97d4a3c9bda2abe49179eead22de7f;hpb=e7bed7ee84a832ad1ff5c2117babd2b6810cb058;p=febootstrap.git diff --git a/configure.ac b/configure.ac index a72af6b..76f8aab 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.1) +AC_INIT(febootstrap,2.0) 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