diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-15 00:35:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-15 00:35:47 +0000 |
commit | 893fed88471f1e630ff0781c3fbda397216a75aa (patch) | |
tree | 618bfd276af903f41386ac5e4dd43bdebecc1a97 /databases/mergeant/files/patch-configure | |
parent | Update to 0.8.193. (diff) |
Add mergeant, a libgnomedb frontend that merges portions of gnome-db and
gASQL.
Notes
Notes:
svn path=/head/; revision=66335
Diffstat (limited to 'databases/mergeant/files/patch-configure')
-rw-r--r-- | databases/mergeant/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/mergeant/files/patch-configure b/databases/mergeant/files/patch-configure new file mode 100644 index 000000000000..3934ab56cd38 --- /dev/null +++ b/databases/mergeant/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Mon Sep 9 17:46:33 2002 ++++ configure Sat Sep 14 19:12:39 2002 +@@ -7596,6 +7596,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' +@@ -10071,7 +10072,7 @@ + + MERGEANT_Plugdir=${datadir}/${PACKAGE}/plugins + +-MERGEANT_Helpdir=${datadir}/doc/${PACKAGE} ++MERGEANT_Helpdir=${prefix}/share/doc/${PACKAGE} + + + |