diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-02 22:10:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-02 22:10:55 -0700 |
commit | 6387133e231ec16da4204fddaffafe70d077e5d8 (patch) | |
tree | ca99a1a53a3a47297d7f12a80fe916476c0eed60 /autogen.sh | |
parent | 8afe5270310698d24fff370276c7fd91eb816720 (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,5 +9,5 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" |