Skip to content

Commit

Permalink
Unbreak ltmain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Oct 19, 2011
1 parent 1120754 commit f1a3097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ltmain.sh

This file was deleted.

1 change: 1 addition & 0 deletions regenerate-makefiles.sh
Expand Up @@ -63,6 +63,7 @@ echo "Calling $ACLOCAL..."
$ACLOCAL -I m4 || die "aclocal failed"
echo "Calling $AUTOCONF..."
$AUTOCONF || die "autoconf failed"
touch ltmain.sh
echo "Calling $AUTOMAKE..."
$AUTOMAKE || die "automake failed"
echo "Calling $LIBTOOLIZE"
Expand Down

0 comments on commit f1a3097

Please sign in to comment.