forked from mia/Aegisub
Print the configure commandline before running it.
Originally committed to SVN as r3003.
This commit is contained in:
parent
f6198f7fe8
commit
d21292667a
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ cd $ORIGDIR
|
|||
|
||||
if ! test "$1" = "--skip-configure"; then
|
||||
echo "--- $srcdir/configure ---"
|
||||
echo "Running '$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"'"
|
||||
echo
|
||||
$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
|
||||
RC=$?
|
||||
|
||||
|
|
Loading…
Reference in a new issue