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-04 18:04:12 -0700 |
commit | 15ffa3af45dcac72855683eb29bbb24fcc6f36e4 (patch) | |
tree | 0efd723c1887a6297c5c466729b76cca80823ebe /autogen.sh | |
parent | 5e8370095b40d642505bc3129cb7c38aeb98247e (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
@@ -9,4 +9,4 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" |