trying to fix some of the issues here

Original commit message from CVS:
trying to fix some of the issues here
This commit is contained in:
Thomas Vander Stichele 2002-01-28 17:14:41 +00:00
parent ca06615762
commit b7b4eafce7

View file

@ -179,8 +179,8 @@ automake -a -c || {
CONFIGURE_OPT='--enable-maintainer-mode'
# work around some wierd sort of autotools buglet
for i in config.sub config.guess missing ltmain.sh; do
ln -s ../../$i $i
for i in install-sh mkinstalldirs config.sub config.guess missing ltmain.sh; do
ln -sf ../../$i $i
done
test -n "$NOCONFIGURE" && {