mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d1f0184856
Bonobo and GtkHTML support will be added later as things stabilize.
102 lines
2.9 KiB
Plaintext
102 lines
2.9 KiB
Plaintext
--- configure.orig Sat May 20 14:55:24 2000
|
|
+++ configure Fri Jun 9 15:16:53 2000
|
|
@@ -3094,9 +3094,9 @@
|
|
try_libglade=true
|
|
libglade_msg="no"
|
|
build_libglade=false
|
|
-# Check whether --with-gtkhtml or --without-gtkhtml was given.
|
|
-if test "${with_gtkhtml+set}" = set; then
|
|
- withval="$with_gtkhtml"
|
|
+# Check whether --with-libglade or --without-libglade was given.
|
|
+if test "${with_libglade+set}" = set; then
|
|
+ withval="$with_libglade"
|
|
if test x$withval = xno; then
|
|
try_libglade=false
|
|
fi
|
|
@@ -3129,7 +3129,7 @@
|
|
|
|
CPPFLAGS="$saved_CPPFLAGS"
|
|
|
|
-subdirs="guile-gtk"
|
|
+subdirs=""
|
|
|
|
|
|
trap '' 1 2 15
|
|
@@ -3595,76 +3595,6 @@
|
|
esac
|
|
done
|
|
|
|
- for ac_config_dir in guile-gtk; do
|
|
-
|
|
- # Do not complain, so a configure script can configure whichever
|
|
- # parts of a large source tree are present.
|
|
- if test ! -d $srcdir/$ac_config_dir; then
|
|
- continue
|
|
- fi
|
|
-
|
|
- echo configuring in $ac_config_dir
|
|
-
|
|
- case "$srcdir" in
|
|
- .) ;;
|
|
- *)
|
|
- if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
|
|
- else
|
|
- { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
|
|
- fi
|
|
- ;;
|
|
- esac
|
|
-
|
|
- ac_popdir=`pwd`
|
|
- cd $ac_config_dir
|
|
-
|
|
- # A "../" for each directory in /$ac_config_dir.
|
|
- ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
|
|
-
|
|
- case "$srcdir" in
|
|
- .) # No --srcdir option. We are building in place.
|
|
- ac_sub_srcdir=$srcdir ;;
|
|
- /*) # Absolute path.
|
|
- ac_sub_srcdir=$srcdir/$ac_config_dir ;;
|
|
- *) # Relative path.
|
|
- ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
|
|
- esac
|
|
-
|
|
- # Check for guested configure; otherwise get Cygnus style configure.
|
|
- if test -f $ac_sub_srcdir/configure; then
|
|
- ac_sub_configure=$ac_sub_srcdir/configure
|
|
- elif test -f $ac_sub_srcdir/configure.in; then
|
|
- ac_sub_configure=$ac_configure
|
|
- else
|
|
- echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
|
|
- ac_sub_configure=
|
|
- fi
|
|
-
|
|
- # The recursion is here.
|
|
- if test -n "$ac_sub_configure"; then
|
|
-
|
|
- # Make the cache file name correct relative to the subdirectory.
|
|
- case "$cache_file" in
|
|
- /*) ac_sub_cache_file=$cache_file ;;
|
|
- *) # Relative path.
|
|
- ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
- esac
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
-
|
|
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
|
- # The eval makes quoting arguments work.
|
|
- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
|
|
- then :
|
|
- else
|
|
- { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
|
|
- fi
|
|
- fi
|
|
-
|
|
- cd $ac_popdir
|
|
- done
|
|
fi
|
|
|
|
|