From edccd7fd734bb1bc98576249022ef2bc1f2673bf Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 9 Apr 2013 17:22:03 +0200 Subject: Modernize configure.ac https://live.gnome.org/GnomeGoals/ModernAutotools Big thanks to Pavel Raiskup for autoconf hints --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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." -- cgit v1.2.3