diff options
author | tv <tv@pkgsrc.org> | 1998-07-18 14:39:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-18 14:39:40 +0000 |
commit | fee642d40843e2935138ceed35b335dbe0ee913b (patch) | |
tree | 2f20607e6e7cfd4aa8a51c630fb99a13227ab639 /misc/amanda/patches | |
parent | 112c4bcd3cf8ffc65b2ad28591c2c6ec4572dcfe (diff) | |
download | pkgsrc-fee642d40843e2935138ceed35b335dbe0ee913b.tar.gz |
Adapt to use pkg version of libtool rather than amanda's private copy.
Diffstat (limited to 'misc/amanda/patches')
-rw-r--r-- | misc/amanda/patches/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda/patches/patch-ab b/misc/amanda/patches/patch-ab new file mode 100644 index 00000000000..91df82f43af --- /dev/null +++ b/misc/amanda/patches/patch-ab @@ -0,0 +1,18 @@ +--- configure.orig Sat Jul 18 10:34:33 1998 ++++ configure Sat Jul 18 10:35:03 1998 +@@ -4204,6 +4204,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -4249,6 +4250,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 |