diff options
Diffstat (limited to 'comms/pilot-link/patches/patch-aa')
-rw-r--r-- | comms/pilot-link/patches/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/pilot-link/patches/patch-aa b/comms/pilot-link/patches/patch-aa new file mode 100644 index 00000000000..c223a3c3e49 --- /dev/null +++ b/comms/pilot-link/patches/patch-aa @@ -0,0 +1,19 @@ +--- configure.orig Fri Jul 17 16:01:39 1998 ++++ configure Fri Jul 17 16:03:49 1998 +@@ -1000,7 +1000,7 @@ + + + +- ++if false; then + # Always use our own libtool. + LIBTOOL='$(top_builddir)/libtool' + +@@ -1063,6 +1063,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 "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 |