blob: d5a0a23fd4fad4e6b0523c5c6dd0a0efd2cc9419 (
plain) (
tree)
|
|
--- configure.orig Fri Nov 1 06:34:11 2002
+++ configure Sat Nov 9 02:15:02 2002
@@ -7964,6 +7964,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'
@@ -8335,7 +8336,7 @@
case $host in
- *-linux-gnu | *-irix6*)
+ *-linux-gnu | *-irix6* | *-freebsd*)
cat >>confdefs.h <<\_ACEOF
#define HAVE_MAN_WHEREIS 1
_ACEOF
|