summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-19 19:59:13 +0000
committerrjones <rjones>2009-03-19 19:59:13 +0000
commitdc60cc1bb950870269252135186e69d2ba4db994 (patch)
treee6e66af515401efff8106ebb4e3a225fc3e8172f /configure.ac
parent32b1725aa5b8934e12f354218b4b17b48e53ed58 (diff)
downloadfebootstrap-dc60cc1bb950870269252135186e69d2ba4db994.tar.gz
febootstrap-dc60cc1bb950870269252135186e69d2ba4db994.tar.xz
febootstrap-dc60cc1bb950870269252135186e69d2ba4db994.zip
Added examples subdirectory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 9df1cc4..48bb839 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,12 +17,9 @@ 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,0.8)
AM_INIT_AUTOMAKE
-AC_PROG_CC
-AM_PROG_CC_C_O
-
AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
if test "x$PERLDOC" = "xno" ; then
AC_MSG_WARN([perldoc not found - install perl to make man pages])
@@ -45,5 +42,5 @@ if test "x$YUM" = "xno" ; then
fi
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile examples/Makefile])
AC_OUTPUT