diff options
| author | Glenn Morris | 2010-04-27 00:38:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 00:38:05 -0700 |
| commit | c82a724450cefb1fb095eec7b229186ab13d3dce (patch) | |
| tree | de775f96068df5395360fa903463b1aa44c528d1 | |
| parent | 986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9 (diff) | |
| download | emacs-c82a724450cefb1fb095eec7b229186ab13d3dce.tar.gz emacs-c82a724450cefb1fb095eec7b229186ab13d3dce.zip | |
Regenerate configure.
| -rwxr-xr-x | configure | 35 |
1 files changed, 30 insertions, 5 deletions
| @@ -723,8 +723,6 @@ DBUS_OBJ | |||
| 723 | GCONF_CFLAGS | 723 | GCONF_CFLAGS |
| 724 | GCONF_LIBS | 724 | GCONF_LIBS |
| 725 | LIBSELINUX_LIBS | 725 | LIBSELINUX_LIBS |
| 726 | LUCID_LIBW | ||
| 727 | LIBXP | ||
| 728 | FONTCONFIG_CFLAGS | 726 | FONTCONFIG_CFLAGS |
| 729 | FONTCONFIG_LIBS | 727 | FONTCONFIG_LIBS |
| 730 | XFT_CFLAGS | 728 | XFT_CFLAGS |
| @@ -794,6 +792,7 @@ OTHER_FILES | |||
| 794 | XMENU_OBJ | 792 | XMENU_OBJ |
| 795 | XOBJ | 793 | XOBJ |
| 796 | WIDGET_OBJ | 794 | WIDGET_OBJ |
| 795 | TOOLKIT_LIBW | ||
| 797 | LTLIBOBJS' | 796 | LTLIBOBJS' |
| 798 | ac_subst_files='' | 797 | ac_subst_files='' |
| 799 | ac_user_opts=' | 798 | ac_user_opts=' |
| @@ -13011,7 +13010,6 @@ $as_echo "no; do not use toolkit by default" >&6; } | |||
| 13011 | fi | 13010 | fi |
| 13012 | fi | 13011 | fi |
| 13013 | 13012 | ||
| 13014 | |||
| 13015 | X_TOOLKIT_TYPE=$USE_X_TOOLKIT | 13013 | X_TOOLKIT_TYPE=$USE_X_TOOLKIT |
| 13016 | 13014 | ||
| 13017 | if test "${USE_X_TOOLKIT}" != "none"; then | 13015 | if test "${USE_X_TOOLKIT}" != "none"; then |
| @@ -13307,7 +13305,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 13307 | fi | 13305 | fi |
| 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 | |||
| 13457 | USE_TOOLKIT_SCROLL_BARS=no | 13453 | USE_TOOLKIT_SCROLL_BARS=no |
| 13458 | if test "${with_toolkit_scroll_bars}" != "no"; then | 13454 | if 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 | ||
| 25956 | WIDGET_OBJ= | 25953 | WIDGET_OBJ= |
| 25954 | MOTIF_LIBW= | ||
| 25957 | if test "${USE_X_TOOLKIT}" != "none" ; then | 25955 | if 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 |
| 25977 | fi | 25994 | fi |
| 25978 | 25995 | ||
| 25996 | |||
| 25997 | case "$USE_X_TOOLKIT" in | ||
| 25998 | MOTIF) TOOLKIT_LIBW="$MOTIF_LIBW" ;; | ||
| 25999 | LUCID) TOOLKIT_LIBW="$LUCID_LIBW" ;; | ||
| 26000 | *) TOOLKIT_LIBW= ;; | ||
| 26001 | esac | ||
| 26002 | |||
| 26003 | |||
| 25979 | if test "${HAVE_X11}" = "yes" ; then | 26004 | if test "${HAVE_X11}" = "yes" ; then |
| 25980 | 26005 | ||
| 25981 | cat >>confdefs.h <<\_ACEOF | 26006 | cat >>confdefs.h <<\_ACEOF |