From b7b4eafce7219e0084518cecf20a001381b933e4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 28 Jan 2002 17:14:41 +0000 Subject: [PATCH] trying to fix some of the issues here Original commit message from CVS: trying to fix some of the issues here --- gst/cothreads/autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/cothreads/autogen.sh b/gst/cothreads/autogen.sh index ba97e06..0c541bf 100755 --- a/gst/cothreads/autogen.sh +++ b/gst/cothreads/autogen.sh @@ -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" && { -- 2.7.4