Skip to content

Commit

Permalink
libtoolize needs --copy too. fixes appneta#340
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jan 9, 2009
1 parent f026e82 commit a4e50f1
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 @@ -3,7 +3,7 @@ rm -f config/config.guess config/config.sub config/ltmain.sh 2>/dev/null
rm -f aclocal.m4 2>/dev/null
aclocal -I libopts/m4/
if test -x "`which libtoolize`" ; then
libtoolize
libtoolize --copy
else
# Necessary under OS X
glibtoolize --copy
Expand Down

0 comments on commit a4e50f1

Please sign in to comment.