diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-02 01:36:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-02 01:36:35 +0000 |
commit | f211a290fdfb6a2d819f5d5ebffe6c1cb5c384c0 (patch) | |
tree | d3762fc8a73b8c0b657253ac010a68a4dc8d29fd /devel/devhelp/files | |
parent | Update to 0.3.5. (diff) |
devhelp is a developer's help browser for GNOME 2. It is a GUI
frontend to books about GNOME development, providing cross-referenced,
easily searchable information. Many books are available, and can
be found through the project's website.
Notes
Notes:
svn path=/head/; revision=81960
Diffstat (limited to 'devel/devhelp/files')
-rw-r--r-- | devel/devhelp/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/devhelp/files/patch-configure b/devel/devhelp/files/patch-configure new file mode 100644 index 000000000000..22e7246eea3a --- /dev/null +++ b/devel/devhelp/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu May 29 02:11:26 2003 ++++ configure Thu May 29 02:12:44 2003 +@@ -7639,6 +7639,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' |