diff options
| author | Jan Djärv | 2007-06-14 06:56:48 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-06-14 06:56:48 +0000 |
| commit | 5afbeb22270886d09d8bf85b19846161840486bf (patch) | |
| tree | f6fa9614745a458cd3b9afc382586123d1426eb8 | |
| parent | bfa6fb7e87b078fbf4695d5171bebe5c36ba1320 (diff) | |
| download | emacs-5afbeb22270886d09d8bf85b19846161840486bf.tar.gz emacs-5afbeb22270886d09d8bf85b19846161840486bf.zip | |
Updated.
| -rwxr-xr-x | configure | 68 |
1 files changed, 29 insertions, 39 deletions
| @@ -13067,13 +13067,6 @@ echo "${ECHO_T}yes" >&6; } | |||
| 13067 | else | 13067 | else |
| 13068 | { echo "$as_me:$LINENO: result: no" >&5 | 13068 | { echo "$as_me:$LINENO: result: no" >&5 |
| 13069 | echo "${ECHO_T}no" >&6; } | 13069 | echo "${ECHO_T}no" >&6; } |
| 13070 | { { echo "$as_me:$LINENO: error: libXpm is required, but I didn't find it. | ||
| 13071 | Maybe some development libraries/packages are missing? | ||
| 13072 | Use --with-xpm=no if you don't wan't to link with libXpm" >&5 | ||
| 13073 | echo "$as_me: error: libXpm is required, but I didn't find it. | ||
| 13074 | Maybe some development libraries/packages are missing? | ||
| 13075 | Use --with-xpm=no if you don't wan't to link with libXpm" >&2;} | ||
| 13076 | { (exit 1); exit 1; }; } | ||
| 13077 | fi | 13070 | fi |
| 13078 | fi | 13071 | fi |
| 13079 | fi | 13072 | fi |
| @@ -13285,15 +13278,6 @@ fi | |||
| 13285 | fi | 13278 | fi |
| 13286 | 13279 | ||
| 13287 | 13280 | ||
| 13288 | if test "${HAVE_JPEG}" != "yes"; then | ||
| 13289 | { { echo "$as_me:$LINENO: error: libjpeg is required, but I didn't find it. | ||
| 13290 | Maybe some development libraries/packages are missing? | ||
| 13291 | Use --with-jpeg=no if you don't wan't to link with libjpeg" >&5 | ||
| 13292 | echo "$as_me: error: libjpeg is required, but I didn't find it. | ||
| 13293 | Maybe some development libraries/packages are missing? | ||
| 13294 | Use --with-jpeg=no if you don't wan't to link with libjpeg" >&2;} | ||
| 13295 | { (exit 1); exit 1; }; } | ||
| 13296 | fi | ||
| 13297 | fi | 13281 | fi |
| 13298 | 13282 | ||
| 13299 | 13283 | ||
| @@ -13542,15 +13526,6 @@ if test $ac_cv_lib_png_png_get_channels = yes; then | |||
| 13542 | fi | 13526 | fi |
| 13543 | 13527 | ||
| 13544 | fi | 13528 | fi |
| 13545 | if test "${HAVE_PNG}" != "yes"; then | ||
| 13546 | { { echo "$as_me:$LINENO: error: libpng is required, but I didn't find it. | ||
| 13547 | Maybe some development libraries/packages are missing? | ||
| 13548 | Use --with-png=no if you don't wan't to link with libpng" >&5 | ||
| 13549 | echo "$as_me: error: libpng is required, but I didn't find it. | ||
| 13550 | Maybe some development libraries/packages are missing? | ||
| 13551 | Use --with-png=no if you don't wan't to link with libpng" >&2;} | ||
| 13552 | { (exit 1); exit 1; }; } | ||
| 13553 | fi | ||
| 13554 | fi | 13529 | fi |
| 13555 | 13530 | ||
| 13556 | if test "${HAVE_PNG}" = "yes"; then | 13531 | if test "${HAVE_PNG}" = "yes"; then |
| @@ -13763,15 +13738,6 @@ fi | |||
| 13763 | fi | 13738 | fi |
| 13764 | 13739 | ||
| 13765 | 13740 | ||
| 13766 | if test "${HAVE_TIFF}" != "yes"; then | ||
| 13767 | { { echo "$as_me:$LINENO: error: libtiff is required, but I didn't find it. | ||
| 13768 | Maybe some development libraries/packages are missing? | ||
| 13769 | Use --with-tiff=no if you don't wan't to link with libtiff" >&5 | ||
| 13770 | echo "$as_me: error: libtiff is required, but I didn't find it. | ||
| 13771 | Maybe some development libraries/packages are missing? | ||
| 13772 | Use --with-tiff=no if you don't wan't to link with libtiff" >&2;} | ||
| 13773 | { (exit 1); exit 1; }; } | ||
| 13774 | fi | ||
| 13775 | fi | 13741 | fi |
| 13776 | 13742 | ||
| 13777 | if test "${HAVE_TIFF}" = "yes"; then | 13743 | if test "${HAVE_TIFF}" = "yes"; then |
| @@ -14073,13 +14039,36 @@ cat >>confdefs.h <<\_ACEOF | |||
| 14073 | #define HAVE_GIF 1 | 14039 | #define HAVE_GIF 1 |
| 14074 | _ACEOF | 14040 | _ACEOF |
| 14075 | 14041 | ||
| 14076 | else | 14042 | fi |
| 14077 | { { echo "$as_me:$LINENO: error: libgif or libungif is required, but I didn't find it. | 14043 | fi |
| 14044 | |||
| 14045 | if test "${HAVE_X11}" = "yes"; then | ||
| 14046 | MISSING="" | ||
| 14047 | WITH_NO="" | ||
| 14048 | test "${with_xpm}" != "no" && test "${HAVE_XPM}" != "yes" && | ||
| 14049 | MISSING="libXpm" && WITH_NO="--with-xpm=no" | ||
| 14050 | test "${with_jpeg}" != "no" && test "${HAVE_JPEG}" != "yes" && | ||
| 14051 | MISSING="$MISSING libjpeg" && WITH_NO="$WITH_NO --with-jpeg=no" | ||
| 14052 | test "${with_png}" != "no" && test "${HAVE_PNG}" != "yes" && | ||
| 14053 | MISSING="$MISSING libpng" && WITH_NO="$WITH_NO --with-png=no" | ||
| 14054 | test "${with_gif}" != "no" && test "${HAVE_GIF}" != "yes" && | ||
| 14055 | MISSING="$MISSING libgif/libungif" && WITH_NO="$WITH_NO --with-gif=no" | ||
| 14056 | test "${with_tiff}" != "no" && test "${HAVE_TIFF}" != "yes" && | ||
| 14057 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" | ||
| 14058 | |||
| 14059 | if test "X${MISSING}" != X; then | ||
| 14060 | { { echo "$as_me:$LINENO: error: The following required libraries was not found: | ||
| 14061 | $MISSING | ||
| 14078 | Maybe some development libraries/packages are missing? | 14062 | Maybe some development libraries/packages are missing? |
| 14079 | Use --with-gif=no if you don't wan't to link with libgif/ungif" >&5 | 14063 | If you don't want to link with them give |
| 14080 | echo "$as_me: error: libgif or libungif is required, but I didn't find it. | 14064 | $WITH_NO |
| 14065 | as options to configure" >&5 | ||
| 14066 | echo "$as_me: error: The following required libraries was not found: | ||
| 14067 | $MISSING | ||
| 14081 | Maybe some development libraries/packages are missing? | 14068 | Maybe some development libraries/packages are missing? |
| 14082 | Use --with-gif=no if you don't wan't to link with libgif/ungif" >&2;} | 14069 | If you don't want to link with them give |
| 14070 | $WITH_NO | ||
| 14071 | as options to configure" >&2;} | ||
| 14083 | { (exit 1); exit 1; }; } | 14072 | { (exit 1); exit 1; }; } |
| 14084 | fi | 14073 | fi |
| 14085 | fi | 14074 | fi |
| @@ -23423,6 +23412,7 @@ fi | |||
| 23423 | 23412 | ||
| 23424 | 23413 | ||
| 23425 | 23414 | ||
| 23415 | |||
| 23426 | #### Report on what we decided to do. | 23416 | #### Report on what we decided to do. |
| 23427 | #### Report GTK as a toolkit, even if it doesn't use Xt. | 23417 | #### Report GTK as a toolkit, even if it doesn't use Xt. |
| 23428 | #### It makes printing result more understandable as using GTK sets | 23418 | #### It makes printing result more understandable as using GTK sets |