diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:38:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-02 22:39:03 -0700 |
commit | f59d9aaba7ba73533998cb6cc5bd74e6f4d75715 (patch) | |
tree | 980c7fe9175f7a503f13ccb1ba44666f540aaae2 /autogen.sh | |
parent | f224c62b89e484ef2fff8499d329e9aeae1c3529 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? if test -z "$NOCONFIGURE"; then - exec $srcdir/configure --enable-maintainer-mode "$@" + exec $srcdir/configure "$@" fi |