summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-04-09 17:22:03 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-04-09 17:22:03 +0200
commitedccd7fd734bb1bc98576249022ef2bc1f2673bf (patch)
treeec82d4e1acb73ea3a458efe2379fc6422b03d534 /autogen.sh
parent4000d372f629054e6d6f98e51d3ac27d1c066e9e (diff)
downloadcataract-edccd7fd734bb1bc98576249022ef2bc1f2673bf.tar.xz
Modernize configure.ac
https://live.gnome.org/GnomeGoals/ModernAutotools Big thanks to Pavel Raiskup for autoconf hints
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e7158ac..9c64b32 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -83,7 +83,7 @@ autoconf || exit $?
cd $ORIGDIR || exit $?
if test -z "$AUTOGEN_SUBDIR_MODE"; then
- $srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+ $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
echo
echo "Now type 'make' to compile $PROJECT."