Skip to content

Commit df88730

Browse files
committed
[autogen.sh:] Improve libtoolize invocation message.
Use the `$LIBTOOLIZE` variable inside the message to abstract over the two possible variants of the tool which can be invoked.
1 parent bcba09c commit df88730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ aclocal -I config || bail_out
8383

8484
# --- Step 2:
8585

86-
echo "Running libtoolize"
86+
echo "Running $LIBTOOLIZE"
8787
$LIBTOOLIZE -f -c || bail_out
8888
$LIBTOOLIZE --automake || bail_out
8989

0 commit comments

Comments
 (0)