diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 12:38:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-14 12:38:48 +0000 |
commit | 74c43352a7414cddf89de026a59be12ffa0d8c5f (patch) | |
tree | e8d13f40b7fe35559bf9404b48a45c70179dbf79 /security/libgcrypt/files/patch-aclocal.m4 | |
parent | Add pmap 20021014, detailed process memory display. (diff) |
add libgcrypt 1.1.0
General purpose crypto library based on code used in GnuPG
PR: 43894
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'security/libgcrypt/files/patch-aclocal.m4')
-rw-r--r-- | security/libgcrypt/files/patch-aclocal.m4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/libgcrypt/files/patch-aclocal.m4 b/security/libgcrypt/files/patch-aclocal.m4 new file mode 100644 index 000000000000..0b69ac6169f5 --- /dev/null +++ b/security/libgcrypt/files/patch-aclocal.m4 @@ -0,0 +1,14 @@ +--- aclocal.m4.orig Fri Sep 20 13:11:18 2002 ++++ aclocal.m4 Thu Oct 10 16:57:09 2002 +@@ -1701,9 +1701,10 @@ + + # 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' ++LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool' + AC_SUBST(LIBTOOL)dnl + + # Prevent multiple expansion |