Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
63175cd2
Commit
63175cd2
authored
Jun 20, 2007
by
Glenn Morris
Browse files
Regenerate, with magic shell function message patch.
parent
31840c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
configure
configure
+25
-25
No files found.
configure
View file @
63175cd2
...
...
@@ -1337,7 +1337,7 @@ Optional Packages:
--with-xpm use -lXpm for displaying XPM images
--with-jpeg use -ljpeg for displaying JPEG images
--with-tiff use -ltiff for displaying TIFF images
--with-gif use -l
un
gif (or -lgif) for displaying GIF images
--with-gif use -lgif (or -l
un
gif) for displaying GIF images
--with-png use -lpng for displaying PNG images
--with-gpm use -lgpm for mouse support on a GNU/Linux console
--with-gtk use GTK (same as --with-x-toolkit=gtk)
...
...
@@ -13880,13 +13880,13 @@ fi
if test $ac_cv_header_gif_lib_h = yes; then
# EGifPutExtensionLast only exists from version libungif-4.1.0b1.
# Earlier versions can crash Emacs.
{ echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -l
un
gif" >&5
echo $ECHO_N "checking for EGifPutExtensionLast in -l
un
gif... $ECHO_C" >&6; }
if test "${ac_cv_lib_
un
gif_EGifPutExtensionLast+set}" = set; then
{ echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5
echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; }
if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
un
gif $LIBS"
LIBS="-lgif $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
...
...
@@ -13927,24 +13927,24 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_
un
gif_EGifPutExtensionLast=yes
ac_cv_lib_gif_EGifPutExtensionLast=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_
un
gif_EGifPutExtensionLast=no
ac_cv_lib_gif_EGifPutExtensionLast=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_
un
gif_EGifPutExtensionLast" >&5
echo "${ECHO_T}$ac_cv_lib_
un
gif_EGifPutExtensionLast" >&6; }
if test $ac_cv_lib_
un
gif_EGifPutExtensionLast = yes; then
{ echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then
HAVE_GIF=yes
else
try_libgif=yes
try_lib
un
gif=yes
fi
fi
...
...
@@ -13952,18 +13952,18 @@ fi
if test "$HAVE_GIF" = yes; then
ac_gif_lib_name="-l
un
gif"
ac_gif_lib_name="-lgif"
fi
# If gif_lib.h but no lib
un
gif, try libgif.
if test x"$try_libgif" = xyes; then
{ echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lgif" >&5
echo $ECHO_N "checking for EGifPutExtensionLast in -lgif... $ECHO_C" >&6; }
if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then
# If gif_lib.h but no libgif, try lib
un
gif.
if test x"$try_lib
un
gif" = xyes; then
{ echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -l
un
gif" >&5
echo $ECHO_N "checking for EGifPutExtensionLast in -l
un
gif... $ECHO_C" >&6; }
if test "${ac_cv_lib_
un
gif_EGifPutExtensionLast+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgif $LIBS"
LIBS="-l
un
gif $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
...
...
@@ -14004,21 +14004,21 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
test ! -s conftest.err
} && test -s conftest$ac_exeext &&
$as_test_x conftest$ac_exeext; then
ac_cv_lib_gif_EGifPutExtensionLast=yes
ac_cv_lib_
un
gif_EGifPutExtensionLast=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_gif_EGifPutExtensionLast=no
ac_cv_lib_
un
gif_EGifPutExtensionLast=no
fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
echo "${ECHO_T}$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
if test $ac_cv_lib_gif_EGifPutExtensionLast = yes; then
{ echo "$as_me:$LINENO: result: $ac_cv_lib_
un
gif_EGifPutExtensionLast" >&5
echo "${ECHO_T}$ac_cv_lib_
un
gif_EGifPutExtensionLast" >&6; }
if test $ac_cv_lib_
un
gif_EGifPutExtensionLast = yes; then
HAVE_GIF=yes
fi
...
...
@@ -14026,10 +14026,10 @@ fi
if test "$HAVE_GIF" = yes; then
cat >>confdefs.h <<\_ACEOF
#define LIBGIF -lgif
#define LIBGIF -l
un
gif
_ACEOF
ac_gif_lib_name="-lgif"
ac_gif_lib_name="-l
un
gif"
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment