Skip to content

Commit

Permalink
[autogen.sh:] Improve libtoolize invocation message.
Browse files Browse the repository at this point in the history
Use the `$LIBTOOLIZE` variable inside the message to abstract over the two possible variants of the tool which
can be invoked.
  • Loading branch information
RandomDSdevel committed Mar 9, 2017
1 parent bcba09c commit df88730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ aclocal -I config || bail_out

# --- Step 2:

echo "Running libtoolize"
echo "Running $LIBTOOLIZE"
$LIBTOOLIZE -f -c || bail_out
$LIBTOOLIZE --automake || bail_out

Expand Down

0 comments on commit df88730

Please sign in to comment.