diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 21:03:13 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 11:16:37 +1000 |
commit | de20547a7c31cf576d9b5b9ac607a1bde93542b8 (patch) | |
tree | 187a41ffa4c720e88f5616af6016977d954af1aa /autogen.sh | |
parent | 8f920350a736012ce2a7469d8252f5f5bf72cef3 (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 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,4 +9,5 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" + |