Skip to content
Snippets Groups Projects
Commit 6a85a068 authored by Jasper Huijsmans's avatar Jasper Huijsmans
Browse files

Only add extra autogen parameters when none are given

(Old svn revision: 672)
parent 4c619bf6
No related branches found
No related tags found
No related merge requests found
......@@ -84,10 +84,14 @@ if test "$DIE" -eq 1; then
fi
if test -z "$*"; then
echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the"
echo "**Message**: I am going to add --enable-maintainer-mode to \`configure'."
echo "If you wish to pass any other to it, please specify them on the"
echo \`$0\'" command line."
echo
conf_flags="--enable-maintainer-mode"
else
unset conf_flags
fi
case $CC in
......@@ -142,8 +146,6 @@ do
fi
done
conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
$srcdir/configure $conf_flags "$@" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment