aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMiles Bader2007-10-11 16:14:00 +0000
committerMiles Bader2007-10-11 16:14:00 +0000
commitecb21060d5c1752d41d7a742be565c59b5fcb855 (patch)
treefadebcd18a69457a1d564f738c3f9bdcf512ab4b /configure
parent42af7493ae7e7a14ee508800c7fa75b65a94c143 (diff)
parent58ade22bf16a9ec2ff0aee6c59d8db4d1703e94f (diff)
downloademacs-ecb21060d5c1752d41d7a742be565c59b5fcb855.tar.gz
emacs-ecb21060d5c1752d41d7a742be565c59b5fcb855.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure65
1 files changed, 48 insertions, 17 deletions
diff --git a/configure b/configure
index c8382e4bf2c..8d5e5c98f8c 100755
--- a/configure
+++ b/configure
@@ -1324,12 +1324,14 @@ if test -n "$ac_init_help"; then
1324Optional Features: 1324Optional Features:
1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1325 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1326 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1327 --enable-carbon-app[=DIR] [DIR=/Application] 1327 --enable-carbon-app[=DIR]
1328 specify install directory for Emacs.app on Mac OS X 1328 specify install directory for Emacs.app on Mac OS X
1329 [DIR=/Application]
1329 --enable-font-backend compile code of font-backend support 1330 --enable-font-backend compile code of font-backend support
1330 --enable-asserts compile code with asserts enabled 1331 --enable-asserts compile code with asserts enabled
1331 --enable-maintainer-mode enable make rules and dependencies not useful 1332 --enable-maintainer-mode
1332 (and sometimes confusing) to the casual installer 1333 enable make rules and dependencies not useful (and
1334 sometimes confusing) to the casual installer
1333 --enable-locallisppath=PATH 1335 --enable-locallisppath=PATH
1334 directories Emacs should search for lisp files 1336 directories Emacs should search for lisp files
1335 specific to this site 1337 specific to this site
@@ -1344,8 +1346,8 @@ Optional Packages:
1344 --with-kerberos5 support Kerberos version 5 authenticated POP 1346 --with-kerberos5 support Kerberos version 5 authenticated POP
1345 --with-hesiod support Hesiod to get the POP server host 1347 --with-hesiod support Hesiod to get the POP server host
1346 --without-sound don't compile with sound support 1348 --without-sound don't compile with sound support
1347 --with-x-toolkit=KIT use an X toolkit 1349 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
1348 (KIT = yes/lucid/athena/motif/gtk/no) 1350 motif, gtk, no)
1349 --with-xpm use -lXpm for displaying XPM images 1351 --with-xpm use -lXpm for displaying XPM images
1350 --with-jpeg use -ljpeg for displaying JPEG images 1352 --with-jpeg use -ljpeg for displaying JPEG images
1351 --with-tiff use -ltiff for displaying TIFF images 1353 --with-tiff use -ltiff for displaying TIFF images
@@ -1356,9 +1358,10 @@ Optional Packages:
1356 --with-gpm use -lgpm for mouse support on a GNU/Linux console 1358 --with-gpm use -lgpm for mouse support on a GNU/Linux console
1357 --with-rsvg use -lrsvg-2 for displaying SVG images 1359 --with-rsvg use -lrsvg-2 for displaying SVG images
1358 --with-gtk use GTK (same as --with-x-toolkit=gtk) 1360 --with-gtk use GTK (same as --with-x-toolkit=gtk)
1359 --with-pkg-config-prog Path to pkg-config to use for finding GTK and librsvg 1361 --with-pkg-config-prog Path to pkg-config for finding GTK and librsvg
1360 --without-toolkit-scroll-bars 1362 --without-toolkit-scroll-bars
1361 don't use Motif or Xaw3d scroll bars 1363 don't use Motif or Xaw3d scroll bars
1364 --without-xaw3d don't use Xaw3d
1362 --without-xim don't use X11 XIM 1365 --without-xim don't use X11 XIM
1363 --without-carbon don't use Carbon GUI on Mac OS X 1366 --without-carbon don't use Carbon GUI on Mac OS X
1364 --with-x use the X Window System 1367 --with-x use the X Window System
@@ -1828,12 +1831,14 @@ gamedir='${localstatedir}/games/emacs'
1828gameuser=games 1831gameuser=games
1829 1832
1830 1833
1834
1831# Check whether --with-gcc was given. 1835# Check whether --with-gcc was given.
1832if test "${with_gcc+set}" = set; then 1836if test "${with_gcc+set}" = set; then
1833 withval=$with_gcc; 1837 withval=$with_gcc;
1834fi 1838fi
1835 1839
1836 1840
1841
1837# Check whether --with-pop was given. 1842# Check whether --with-pop was given.
1838if test "${with_pop+set}" = set; then 1843if test "${with_pop+set}" = set; then
1839 withval=$with_pop; if test "$withval" = yes; then 1844 withval=$with_pop; if test "$withval" = yes; then
@@ -1852,6 +1857,7 @@ fi
1852 1857
1853 1858
1854 1859
1860
1855# Check whether --with-kerberos was given. 1861# Check whether --with-kerberos was given.
1856if test "${with_kerberos+set}" = set; then 1862if test "${with_kerberos+set}" = set; then
1857 withval=$with_kerberos; if test "$withval" = yes; then 1863 withval=$with_kerberos; if test "$withval" = yes; then
@@ -1864,6 +1870,7 @@ fi
1864 1870
1865 1871
1866 1872
1873
1867# Check whether --with-kerberos5 was given. 1874# Check whether --with-kerberos5 was given.
1868if test "${with_kerberos5+set}" = set; then 1875if test "${with_kerberos5+set}" = set; then
1869 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then 1876 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then
@@ -1883,6 +1890,7 @@ fi
1883fi 1890fi
1884 1891
1885 1892
1893
1886# Check whether --with-hesiod was given. 1894# Check whether --with-hesiod was given.
1887if test "${with_hesiod+set}" = set; then 1895if test "${with_hesiod+set}" = set; then
1888 withval=$with_hesiod; if test "$withval" = yes; then 1896 withval=$with_hesiod; if test "$withval" = yes; then
@@ -1927,6 +1935,7 @@ this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`
1927fi 1935fi
1928 1936
1929 1937
1938
1930# Check whether --with-xpm was given. 1939# Check whether --with-xpm was given.
1931if test "${with_xpm+set}" = set; then 1940if test "${with_xpm+set}" = set; then
1932 withval=$with_xpm; 1941 withval=$with_xpm;
@@ -1999,6 +2008,12 @@ if test "${with_toolkit_scroll_bars+set}" = set; then
1999fi 2008fi
2000 2009
2001 2010
2011# Check whether --with-xaw3d was given.
2012if test "${with_xaw3d+set}" = set; then
2013 withval=$with_xaw3d;
2014fi
2015
2016
2002# Check whether --with-xim was given. 2017# Check whether --with-xim was given.
2003if test "${with_xim+set}" = set; then 2018if test "${with_xim+set}" = set; then
2004 withval=$with_xim; 2019 withval=$with_xim;
@@ -2010,6 +2025,7 @@ if test "${with_carbon+set}" = set; then
2010 withval=$with_carbon; 2025 withval=$with_carbon;
2011fi 2026fi
2012 2027
2028
2013# Check whether --enable-carbon-app was given. 2029# Check whether --enable-carbon-app was given.
2014if test "${enable_carbon_app+set}" = set; then 2030if test "${enable_carbon_app+set}" = set; then
2015 enableval=$enable_carbon_app; carbon_appdir_x=${enableval} 2031 enableval=$enable_carbon_app; carbon_appdir_x=${enableval}
@@ -5404,7 +5420,7 @@ fi
5404 5420
5405 5421
5406if test "$MAKEINFO" != "no" && \ 5422if test "$MAKEINFO" != "no" && \
5407 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([5-9]|4\.[6-9])'`" = x; then 5423 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'`" = x; then
5408 MAKEINFO=no 5424 MAKEINFO=no
5409fi 5425fi
5410 5426
@@ -11298,8 +11314,8 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk" || \
11298echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;} 11314echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
11299 { (exit 1); exit 1; }; }; 11315 { (exit 1); exit 1; }; };
11300 fi 11316 fi
11301 GLIB_REQUIRED=2.4 11317 GLIB_REQUIRED=2.6
11302 GTK_REQUIRED=2.4 11318 GTK_REQUIRED=2.6
11303 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 11319 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11304 11320
11305 if test "X${with_pkg_config_prog}" != X; then 11321 if test "X${with_pkg_config_prog}" != X; then
@@ -11638,6 +11654,7 @@ cat >>confdefs.h <<\_ACEOF
11638_ACEOF 11654_ACEOF
11639 11655
11640 fi 11656 fi
11657
11641 HAVE_GTK_FILE_SELECTION=no 11658 HAVE_GTK_FILE_SELECTION=no
11642 11659
11643for ac_func in gtk_file_selection_new 11660for ac_func in gtk_file_selection_new
@@ -12049,7 +12066,10 @@ fi
12049 12066
12050 fi 12067 fi
12051 if test "$HAVE_GTK_AND_PTHREAD" = yes; then 12068 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
12052 GTK_LIBS="$GTK_LIBS -lpthread" 12069 case "${canonical}" in
12070 *-hpux*) ;;
12071 *) GTK_LIBS="$GTK_LIBS -lpthread" ;;
12072 esac
12053 12073
12054cat >>confdefs.h <<\_ACEOF 12074cat >>confdefs.h <<\_ACEOF
12055#define HAVE_GTK_AND_PTHREAD 1 12075#define HAVE_GTK_AND_PTHREAD 1
@@ -12064,9 +12084,10 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12064 if test x"${HAVE_X11R5}" != xyes; then 12084 if test x"${HAVE_X11R5}" != xyes; then
12065 USE_X_TOOLKIT=none 12085 USE_X_TOOLKIT=none
12066 else 12086 else
12067 { echo "$as_me:$LINENO: checking for xaw3d" >&5 12087 if test "$with_xaw3d" != no; then
12088 { echo "$as_me:$LINENO: checking for xaw3d" >&5
12068echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; } 12089echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; }
12069 if test "${emacs_cv_xaw3d+set}" = set; then 12090 if test "${emacs_cv_xaw3d+set}" = set; then
12070 echo $ECHO_N "(cached) $ECHO_C" >&6 12091 echo $ECHO_N "(cached) $ECHO_C" >&6
12071else 12092else
12072 cat >conftest.$ac_ext <<_ACEOF 12093 cat >conftest.$ac_ext <<_ACEOF
@@ -12116,6 +12137,9 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12116 conftest$ac_exeext conftest.$ac_ext 12137 conftest$ac_exeext conftest.$ac_ext
12117fi 12138fi
12118 12139
12140 else
12141 emacs_cv_xaw3d=no
12142 fi
12119 if test $emacs_cv_xaw3d = yes; then 12143 if test $emacs_cv_xaw3d = yes; then
12120 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5 12144 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
12121echo "${ECHO_T}yes; using Lucid toolkit" >&6; } 12145echo "${ECHO_T}yes; using Lucid toolkit" >&6; }
@@ -15707,6 +15731,12 @@ _ACEOF
15707fi 15731fi
15708 15732
15709 15733
15734if test x"$ac_cv_func_alloca_works" != xyes; then
15735 { { echo "$as_me:$LINENO: error: a system implementation of alloca is required " >&5
15736echo "$as_me: error: a system implementation of alloca is required " >&2;}
15737 { (exit 1); exit 1; }; }
15738fi
15739
15710# fmod, logb, and frexp are found in -lm on most systems. 15740# fmod, logb, and frexp are found in -lm on most systems.
15711# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 15741# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
15712 15742
@@ -24144,7 +24174,7 @@ fi
24144rm -f conftest* 24174rm -f conftest*
24145 24175
24146 24176
24147ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile" 24177ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile.c:src/Makefile.in lwlib/Makefile lisp/Makefile leim/Makefile"
24148 24178
24149ac_config_commands="$ac_config_commands default" 24179ac_config_commands="$ac_config_commands default"
24150 24180
@@ -24714,12 +24744,13 @@ do
24714 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 24744 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24715 "lib-src/Makefile.c") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;; 24745 "lib-src/Makefile.c") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
24716 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;; 24746 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
24717 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 24747 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
24718 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; 24748 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
24749 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
24750 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
24719 "src/Makefile.c") CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;; 24751 "src/Makefile.c") CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
24752 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
24720 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; 24753 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
24721 "lispref/Makefile") CONFIG_FILES="$CONFIG_FILES lispref/Makefile" ;;
24722 "lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES lispintro/Makefile" ;;
24723 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 24754 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
24724 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 24755 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
24725 24756