aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2006-11-14 03:53:52 +0000
committerMike Kelly <pioto@gentoo.org>2006-11-14 03:53:52 +0000
commitea67e04aef6e147a1b5aca6148e73db95aa8dc9e (patch)
tree28ccdf187651307b01e9b412d396c3eb0ee621fb /configure.ac
parent2006-10-28 Danny van Dyk <kugelfang@gentoo.org> (diff)
downloadeselect-ea67e04aef6e147a1b5aca6148e73db95aa8dc9e.tar.gz
eselect-ea67e04aef6e147a1b5aca6148e73db95aa8dc9e.tar.bz2
eselect-ea67e04aef6e147a1b5aca6148e73db95aa8dc9e.zip
Fix distcheck.
svn path=/trunk/; revision=343
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e6a0e8..5572f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(eselect, 1.1.0, eselect@gentoo.org, eselect)
-AC_PREREQ(2.53)
+AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(1.9)
@@ -68,6 +68,7 @@ AC_ARG_ENABLE(dodgy_modules,
fi)
AC_SUBST(DODGY_MODULES)
AC_MSG_RESULT(${DODGY_MODULES:-nope})
+AM_CONDITIONAL([DODGY_MODULES], test "x$DODGY_MODULES" = "xyes")
AC_OUTPUT(Makefile
doc/Makefile