summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-23 12:35:12 +0000
committerrjones <rjones>2009-03-23 12:35:12 +0000
commite7bed7ee84a832ad1ff5c2117babd2b6810cb058 (patch)
treea7ea016aaccff089fa279553a9063c626bb16980 /configure.ac
parentb5e1aa25a0755d9175e21371365879c2b6585560 (diff)
downloadfebootstrap-e7bed7ee84a832ad1ff5c2117babd2b6810cb058.tar.gz
febootstrap-e7bed7ee84a832ad1ff5c2117babd2b6810cb058.tar.xz
febootstrap-e7bed7ee84a832ad1ff5c2117babd2b6810cb058.zip
Added a specfile, version 1.1 for release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 65f2983..a72af6b 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 <rjones@redhat.com>
-AC_INIT(febootstrap,1.0)
+AC_INIT(febootstrap,1.1)
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