aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-06-20 07:54:01 +0000
committerGlenn Morris2007-06-20 07:54:01 +0000
commit63175cd2c976cfc0408b5dffc34fc5c5be184386 (patch)
tree6be4c3aad414bda5fca5d0ca11e3783096057e7b
parent31840c4328c71dde916c233a1f43c6ec1985df3a (diff)
downloademacs-63175cd2c976cfc0408b5dffc34fc5c5be184386.tar.gz
emacs-63175cd2c976cfc0408b5dffc34fc5c5be184386.zip
Regenerate, with magic shell function message patch.
-rwxr-xr-xconfigure50
1 files changed, 25 insertions, 25 deletions
diff --git a/configure b/configure
index b60013c2d5f..99119cd64cf 100755
--- a/configure
+++ b/configure
@@ -1337,7 +1337,7 @@ Optional Packages:
1337 --with-xpm use -lXpm for displaying XPM images 1337 --with-xpm use -lXpm for displaying XPM images
1338 --with-jpeg use -ljpeg for displaying JPEG images 1338 --with-jpeg use -ljpeg for displaying JPEG images
1339 --with-tiff use -ltiff for displaying TIFF images 1339 --with-tiff use -ltiff for displaying TIFF images
1340 --with-gif use -lungif (or -lgif) for displaying GIF images 1340 --with-gif use -lgif (or -lungif) for displaying GIF images
1341 --with-png use -lpng for displaying PNG images 1341 --with-png use -lpng for displaying PNG images
1342 --with-gpm use -lgpm for mouse support on a GNU/Linux console 1342 --with-gpm use -lgpm for mouse support on a GNU/Linux console
1343 --with-gtk use GTK (same as --with-x-toolkit=gtk) 1343 --with-gtk use GTK (same as --with-x-toolkit=gtk)
@@ -13880,13 +13880,13 @@ fi
13880if test $ac_cv_header_gif_lib_h = yes; then 13880if test $ac_cv_header_gif_lib_h = yes; then
13881 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 13881 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13882# Earlier versions can crash Emacs. 13882# Earlier versions can crash Emacs.
13883 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5 13883 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5
13884echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6; } 13884echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; }
13885if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then 13885if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then
13886 echo $ECHO_N "(cached) $ECHO_C" >&6 13886 echo $ECHO_N "(cached) $ECHO_C" >&6
13887else 13887else
13888 ac_check_lib_save_LIBS=$LIBS 13888 ac_check_lib_save_LIBS=$LIBS
13889LIBS="-lungif $LIBS" 13889LIBS="-lgif $LIBS"
13890cat >conftest.$ac_ext <<_ACEOF 13890cat >conftest.$ac_ext <<_ACEOF
13891/* confdefs.h. */ 13891/* confdefs.h. */
13892_ACEOF 13892_ACEOF
@@ -13927,24 +13927,24 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13927 test ! -s conftest.err 13927 test ! -s conftest.err
13928 } && test -s conftest$ac_exeext && 13928 } && test -s conftest$ac_exeext &&
13929 $as_test_x conftest$ac_exeext; then 13929 $as_test_x conftest$ac_exeext; then
13930 ac_cv_lib_ungif_EGifPutExtensionLast=yes 13930 ac_cv_lib_gif_EGifPutExtensionLast=yes
13931else 13931else
13932 echo "$as_me: failed program was:" >&5 13932 echo "$as_me: failed program was:" >&5
13933sed 's/^/| /' conftest.$ac_ext >&5 13933sed 's/^/| /' conftest.$ac_ext >&5
13934 13934
13935 ac_cv_lib_ungif_EGifPutExtensionLast=no 13935 ac_cv_lib_gif_EGifPutExtensionLast=no
13936fi 13936fi
13937 13937
13938rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13938rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13939 conftest$ac_exeext conftest.$ac_ext 13939 conftest$ac_exeext conftest.$ac_ext
13940LIBS=$ac_check_lib_save_LIBS 13940LIBS=$ac_check_lib_save_LIBS
13941fi 13941fi
13942{ echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 13942{ echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13943echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 13943echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13944if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then 13944if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then
13945 HAVE_GIF=yes 13945 HAVE_GIF=yes
13946else 13946else
13947 try_libgif=yes 13947 try_libungif=yes
13948fi 13948fi
13949 13949
13950fi 13950fi
@@ -13952,18 +13952,18 @@ fi
13952 13952
13953 13953
13954 if test "$HAVE_GIF" = yes; then 13954 if test "$HAVE_GIF" = yes; then
13955 ac_gif_lib_name="-lungif" 13955 ac_gif_lib_name="-lgif"
13956 fi 13956 fi
13957 13957
13958# If gif_lib.h but no libungif, try libgif. 13958# If gif_lib.h but no libgif, try libungif.
13959 if test x"$try_libgif" = xyes; then 13959 if test x"$try_libungif" = xyes; then
13960 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5 13960 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5
13961echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; } 13961echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6; }
13962if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then 13962if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
13963 echo $ECHO_N "(cached) $ECHO_C" >&6 13963 echo $ECHO_N "(cached) $ECHO_C" >&6
13964else 13964else
13965 ac_check_lib_save_LIBS=$LIBS 13965 ac_check_lib_save_LIBS=$LIBS
13966LIBS="-lgif $LIBS" 13966LIBS="-lungif $LIBS"
13967cat >conftest.$ac_ext <<_ACEOF 13967cat >conftest.$ac_ext <<_ACEOF
13968/* confdefs.h. */ 13968/* confdefs.h. */
13969_ACEOF 13969_ACEOF
@@ -14004,21 +14004,21 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14004 test ! -s conftest.err 14004 test ! -s conftest.err
14005 } && test -s conftest$ac_exeext && 14005 } && test -s conftest$ac_exeext &&
14006 $as_test_x conftest$ac_exeext; then 14006 $as_test_x conftest$ac_exeext; then
14007 ac_cv_lib_gif_EGifPutExtensionLast=yes 14007 ac_cv_lib_ungif_EGifPutExtensionLast=yes
14008else 14008else
14009 echo "$as_me: failed program was:" >&5 14009 echo "$as_me: failed program was:" >&5
14010sed 's/^/| /' conftest.$ac_ext >&5 14010sed 's/^/| /' conftest.$ac_ext >&5
14011 14011
14012 ac_cv_lib_gif_EGifPutExtensionLast=no 14012 ac_cv_lib_ungif_EGifPutExtensionLast=no
14013fi 14013fi
14014 14014
14015rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14015rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14016 conftest$ac_exeext conftest.$ac_ext 14016 conftest$ac_exeext conftest.$ac_ext
14017LIBS=$ac_check_lib_save_LIBS 14017LIBS=$ac_check_lib_save_LIBS
14018fi 14018fi
14019{ echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 14019{ echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
14020echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 14020echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
14021if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then 14021if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
14022 HAVE_GIF=yes 14022 HAVE_GIF=yes
14023fi 14023fi
14024 14024
@@ -14026,10 +14026,10 @@ fi
14026 if test "$HAVE_GIF" = yes; then 14026 if test "$HAVE_GIF" = yes; then
14027 14027
14028cat >>confdefs.h <<\_ACEOF 14028cat >>confdefs.h <<\_ACEOF
14029#define LIBGIF -lgif 14029#define LIBGIF -lungif
14030_ACEOF 14030_ACEOF
14031 14031
14032 ac_gif_lib_name="-lgif" 14032 ac_gif_lib_name="-lungif"
14033 fi 14033 fi
14034 fi 14034 fi
14035 14035