diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-24 11:47:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-24 11:47:28 +0000 |
commit | 9dfb962cb472b86f314ff5baa6865f76d353cc1b (patch) | |
tree | 431fadb737772b014c0e3f01095c950f5487dc78 /lang/libutils/files/patch-configure | |
parent | Update to version 2.2.6 (diff) |
- Support CFLAGS properly
- Do not install useless .la files
PR: 54803
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85516
Diffstat (limited to 'lang/libutils/files/patch-configure')
-rw-r--r-- | lang/libutils/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/libutils/files/patch-configure b/lang/libutils/files/patch-configure new file mode 100644 index 000000000000..c725d1bc1f35 --- /dev/null +++ b/lang/libutils/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jun 11 19:04:47 2003 ++++ configure Mon Jul 21 22:58:08 2003 +@@ -8085,6 +8085,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |