[Pkg-wmaker-commits] [wmbiff] 65/77: apparently aclocal barfs when macros are defined both in the system directory and in a local copy. semper fragile.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit a6e205ebb1c9b91382fa54b6ab3c5bb5ae16943f
Author: bluehal <bluehal>
Date: Sat Apr 27 08:29:02 2002 +0000
apparently aclocal barfs when macros are defined both in the system directory and in a local copy. semper fragile.
---
FromCVS.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/FromCVS.sh b/FromCVS.sh
index 6592c2a..64bda2b 100755
--- a/FromCVS.sh
+++ b/FromCVS.sh
@@ -2,7 +2,11 @@
# runs all the things necessary to rebuild files from CVS.
autoheader -l autoconf && \
- aclocal -I autoconf && \
+if [ -e /usr/share/aclocal/libgnutls.m4 ]; then
+ aclocal;
+else
+ aclocal -I autoconf;
+fi
automake -a && \
autoconf && \
./configure && \
--
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