Skip to content

Commit

Permalink
macports installs libtoolize as glibtoolize. A cleaner solution can w…
Browse files Browse the repository at this point in the history
…ait for some later date

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@621 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
joregan@gmail.com committed Aug 18, 2011
1 parent 2ded50b commit e7d0029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runautoconf
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ aclocal -I config || bail_out
# --- Step 2:

echo "Running libtoolize"
libtoolize -f -c || bail_out
libtoolize --automake || bail_out
libtoolize -f -c || glibtoolize -f -c || bail_out
libtoolize --automake || glibtoolize --automake || bail_out

# --- Step 3: Generate config.h.in from:
# . configure.ac (look for AM_CONFIG_HEADER tag or AC_CONFIG_HEADER tag)
Expand Down

0 comments on commit e7d0029

Please sign in to comment.