mirror of https://github.com/odrling/Aegisub
Print the configure commandline before running it.
Originally committed to SVN as r3003.
This commit is contained in:
parent
bde1c68018
commit
7eada86cde
|
@ -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 New Issue