diff options
| author | Glenn Morris | 2007-06-20 07:51:47 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-06-20 07:51:47 +0000 |
| commit | 92648dea00b1640f7699854e39b7130292951fea (patch) | |
| tree | cb14d18858bdc159a8c4bdb68453812f2101ce88 /src | |
| parent | 12d9c91d50463a4e8cc5c41df050a674268c0876 (diff) | |
| download | emacs-92648dea00b1640f7699854e39b7130292951fea.tar.gz emacs-92648dea00b1640f7699854e39b7130292951fea.zip | |
Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5410a13e384..3402728de9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (LIBGIF): Default to -lgif. | ||
| 4 | |||
| 1 | 2007-06-17 Jason Rumney <jasonr@gnu.org> | 5 | 2007-06-17 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32menu.c (add_menu_item): Don't use multibyte string functions on | 7 | * w32menu.c (add_menu_item): Don't use multibyte string functions on |
diff --git a/src/config.in b/src/config.in index cdf172b5c60..69d2504c871 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -228,7 +228,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 228 | /* Define to 1 if you have the `get_current_dir_name' function. */ | 228 | /* Define to 1 if you have the `get_current_dir_name' function. */ |
| 229 | #undef HAVE_GET_CURRENT_DIR_NAME | 229 | #undef HAVE_GET_CURRENT_DIR_NAME |
| 230 | 230 | ||
| 231 | /* Define to 1 if you have a gif library (default -lungif; otherwise specify | 231 | /* Define to 1 if you have a gif library (default -lgif; otherwise specify |
| 232 | with LIBGIF). */ | 232 | with LIBGIF). */ |
| 233 | #undef HAVE_GIF | 233 | #undef HAVE_GIF |
| 234 | 234 | ||
| @@ -769,7 +769,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 769 | Solaris, for example). */ | 769 | Solaris, for example). */ |
| 770 | #undef LD_SWITCH_X_SITE_AUX | 770 | #undef LD_SWITCH_X_SITE_AUX |
| 771 | 771 | ||
| 772 | /* Compiler option to link with the gif library (if not -lungif). */ | 772 | /* Compiler option to link with the gif library (if not -lgif). */ |
| 773 | #undef LIBGIF | 773 | #undef LIBGIF |
| 774 | 774 | ||
| 775 | /* Define to 1 if localtime caches TZ. */ | 775 | /* Define to 1 if localtime caches TZ. */ |