[Pkg-wmaker-commits] [wmbiff] 16/16: remove dangling symlinks config.guess, config.sub

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_13
in repository wmbiff.

commit a1b1a40dccf114cfe057a031326f1da017d37792
Author: bluehal <bluehal>
Date:   Sat Jan 25 04:54:53 2003 +0000

    remove dangling symlinks config.guess, config.sub
---
 autogen.sh | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 3274878..bd2fd72 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -53,9 +53,18 @@ if [ ! -e autoconf/libgcrypt.m4 ] ; then
     echo "WARNING: autoconf/libgcrypt.m4 does not exist.  autogen is unlikely to work."
 fi
 
+if [ -h autoconf/config.guess ] && [ ! -e autoconf/config.guess ] ; then
+    echo "autoconf/config.guess is a dangling symlink, removing."
+    rm autoconf/config.guess
+fi
+if [ -h autoconf/config.sub ] && [ ! -e autoconf/config.sub ] ; then
+    echo "autoconf/config.sub is a dangling symlink, removing."
+    rm autoconf/config.sub
+fi
+
 ACLOCAL=${ACLOCAL} AUTOHEADER=${AUTOHEADER} \
 AUTOCONF=${AUTOCONF} AUTOMAKE=${AUTOMAKE}  \
-${AUTORECONF} --install && \
+${AUTORECONF} --install --symlink && \
  ./configure && \
  make
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list