aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-04-27 00:38:05 -0700
committerGlenn Morris2010-04-27 00:38:05 -0700
commitc82a724450cefb1fb095eec7b229186ab13d3dce (patch)
treede775f96068df5395360fa903463b1aa44c528d1
parent986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9 (diff)
downloademacs-c82a724450cefb1fb095eec7b229186ab13d3dce.tar.gz
emacs-c82a724450cefb1fb095eec7b229186ab13d3dce.zip
Regenerate configure.
-rwxr-xr-xconfigure35
1 files changed, 30 insertions, 5 deletions
diff --git a/configure b/configure
index d963346e812..99bc7a188e3 100755
--- a/configure
+++ b/configure
@@ -723,8 +723,6 @@ DBUS_OBJ
723GCONF_CFLAGS 723GCONF_CFLAGS
724GCONF_LIBS 724GCONF_LIBS
725LIBSELINUX_LIBS 725LIBSELINUX_LIBS
726LUCID_LIBW
727LIBXP
728FONTCONFIG_CFLAGS 726FONTCONFIG_CFLAGS
729FONTCONFIG_LIBS 727FONTCONFIG_LIBS
730XFT_CFLAGS 728XFT_CFLAGS
@@ -794,6 +792,7 @@ OTHER_FILES
794XMENU_OBJ 792XMENU_OBJ
795XOBJ 793XOBJ
796WIDGET_OBJ 794WIDGET_OBJ
795TOOLKIT_LIBW
797LTLIBOBJS' 796LTLIBOBJS'
798ac_subst_files='' 797ac_subst_files=''
799ac_user_opts=' 798ac_user_opts='
@@ -13011,7 +13010,6 @@ $as_echo "no; do not use toolkit by default" >&6; }
13011 fi 13010 fi
13012fi 13011fi
13013 13012
13014
13015X_TOOLKIT_TYPE=$USE_X_TOOLKIT 13013X_TOOLKIT_TYPE=$USE_X_TOOLKIT
13016 13014
13017if test "${USE_X_TOOLKIT}" != "none"; then 13015if test "${USE_X_TOOLKIT}" != "none"; then
@@ -13307,7 +13305,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13307fi 13305fi
13308{ $as_echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 13306{ $as_echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
13309$as_echo "$emacs_cv_motif_version_2_1" >&6; } 13307$as_echo "$emacs_cv_motif_version_2_1" >&6; }
13310 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
13311 if test $emacs_cv_motif_version_2_1 = yes; then 13308 if test $emacs_cv_motif_version_2_1 = yes; then
13312 { $as_echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5 13309 { $as_echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5
13313$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 13310$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
@@ -13453,7 +13450,6 @@ fi
13453 13450
13454 13451
13455 13452
13456
13457USE_TOOLKIT_SCROLL_BARS=no 13453USE_TOOLKIT_SCROLL_BARS=no
13458if test "${with_toolkit_scroll_bars}" != "no"; then 13454if test "${with_toolkit_scroll_bars}" != "no"; then
13459 if test "${USE_X_TOOLKIT}" != "none"; then 13455 if test "${USE_X_TOOLKIT}" != "none"; then
@@ -25888,6 +25884,7 @@ fi
25888 25884
25889 25885
25890 25886
25887## Used in lwlib/Makefile.in.
25891 25888
25892 25889
25893 25890
@@ -25954,6 +25951,7 @@ fi
25954 25951
25955 25952
25956WIDGET_OBJ= 25953WIDGET_OBJ=
25954MOTIF_LIBW=
25957if test "${USE_X_TOOLKIT}" != "none" ; then 25955if test "${USE_X_TOOLKIT}" != "none" ; then
25958 WIDGET_OBJ=widget.o 25956 WIDGET_OBJ=widget.o
25959 25957
@@ -25973,9 +25971,36 @@ cat >>confdefs.h <<\_ACEOF
25973#define USE_MOTIF 1 25971#define USE_MOTIF 1
25974_ACEOF 25972_ACEOF
25975 25973
25974 MOTIF_LIBW=-lXm
25975 case "$opsys" in
25976 gnu-linux)
25977 ## Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed.
25978 MOTIF_LIBW="$MOTIF_LIBW -lXpm"
25979 ;;
25980
25981 unixware)
25982 ## Richard Anthony Ryan <ryanr at ellingtn.ftc.nrcs.usda.gov>
25983 ## says -lXimp is needed in UNIX_SV ... 4.2 1.1.2.
25984 MOTIF_LIBW="MOTIF_LIBW -lXimp"
25985 ;;
25986
25987 aix4-2)
25988 ## olson@mcs.anl.gov says -li18n is needed by -lXm.
25989 MOTIF_LIBW="$MOTIF_LIBW -li18n"
25990 ;;
25991 esac
25992 MOTIF_LIBW="$MOTIF_LIBW $LIBXP"
25976 fi 25993 fi
25977fi 25994fi
25978 25995
25996
25997case "$USE_X_TOOLKIT" in
25998 MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;;
25999 LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;;
26000 *) TOOLKIT_LIBW= ;;
26001esac
26002
26003
25979if test "${HAVE_X11}" = "yes" ; then 26004if test "${HAVE_X11}" = "yes" ; then
25980 26005
25981cat >>confdefs.h <<\_ACEOF 26006cat >>confdefs.h <<\_ACEOF