Skip to content
Snippets Groups Projects
Commit 55e41597 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

fix (commented-out) libtoolize for Macs

parent ae24291b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ read -p "Press CTRL-C to abort, or RETURN to continue... " INPUT
# Get it done
{
{ echo "running aclocal (please ignore \"underquoted\" warnings)..." ; aclocal -I gnuscripts ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f || glibtoolize $LIBTOOLIZE_FLAGS ; } &&
#{ echo "running autoheader..." ; autoheader ; } &&
{ echo "running automake..." ; automake -a -c ; } &&
{ echo "running autoconf..." ; autoconf ; } &&
......
......@@ -7,7 +7,7 @@ read -p "Press CTRL-C to abort, or RETURN to continue... " INPUT
# Get it done
{
{ echo "running aclocal (please ignore \"underquoted\" warnings)..." ; aclocal -I gnuscripts ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f || glibtoolize $LIBTOOLIZE_FLAGS ; } &&
#{ echo "running autoheader..." ; autoheader ; } &&
{ echo "running automake..." ; automake -a -c ; } &&
{ echo "running autoconf..." ; autoconf ; } &&
......
......@@ -7,7 +7,7 @@ read -p "Press CTRL-C to abort, or RETURN to continue... " INPUT
# Get it done
{
{ echo "running aclocal (please ignore \"underquoted\" warnings)..." ; aclocal -I gnuscripts ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f ; } &&
#{ echo "running libtoolize..." ; libtoolize -c -f || glibtoolize $LIBTOOLIZE_FLAGS ; } &&
#{ echo "running autoheader..." ; autoheader ; } &&
{ echo "running automake..." ; automake -a -c ; } &&
{ echo "running autoconf..." ; autoconf ; } &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment