diff options
author | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
commit | 10c7f469299257e879af03b7f29e7126d9aaae36 (patch) | |
tree | 73fdfbc3353b0b179d1616bf52fb2ab722df7a25 /print/a2ps/patches | |
parent | 936d134660516438278455a79eba33d7e3870ee0 (diff) | |
download | pkgsrc-10c7f469299257e879af03b7f29e7126d9aaae36.tar.gz |
Update to use the pkg version of libtool instead of a2ps's own private
copy.
Diffstat (limited to 'print/a2ps/patches')
-rw-r--r-- | print/a2ps/patches/patch-aj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/a2ps/patches/patch-aj b/print/a2ps/patches/patch-aj new file mode 100644 index 00000000000..cb53d63a962 --- /dev/null +++ b/print/a2ps/patches/patch-aj @@ -0,0 +1,19 @@ +--- configure.orig Fri Jul 17 13:52:31 1998 ++++ configure Fri Jul 17 13:53:03 1998 +@@ -1764,7 +1764,7 @@ + NM="$ac_cv_path_NM" + echo "$ac_t""$NM" 1>&6 + +- ++if false; then + # Always use our own libtool. + LIBTOOL='$(top_builddir)/libtool' + +@@ -1814,6 +1814,7 @@ + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. + exec 5>>./config.log ++fi + + for ac_prog in 'bison -y' byacc + do |