mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
--- configure.orig Mon May 13 13:03:40 2002
|
|
+++ configure Sun May 26 03:43:23 2002
|
|
@@ -7186,6 +7186,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'
|
|
@@ -7471,7 +7472,7 @@
|
|
LIBGNOME_AGE=0
|
|
|
|
case $host in
|
|
- *-linux-gnu | *-irix6*)
|
|
+ *-linux-gnu | *-irix6* | *-freebsd*)
|
|
cat >>confdefs.h <<\EOF
|
|
#define HAVE_MAN_WHEREIS 1
|
|
EOF
|