Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a9a50d8
Commit
7a9a50d8
authored
Jun 12, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HAVE_GIF): Doc fix.
(LIBGIF): New (already used by Makefile.in).
parent
47d1e061
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
ChangeLog
ChangeLog
+4
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
src/config.in
src/config.in
+5
-1
No files found.
ChangeLog
View file @
7a9a50d8
2007-06-12 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2007-06-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* configure.in: Change wording about yes/gtk and lucid/athena being
...
...
etc/ChangeLog
View file @
7a9a50d8
2007-06-12 Glenn Morris <rgm@gnu.org>
* NEWS: Change bug address. Add back +++/--- note.
Use present tense for X-toolkit entry. Mention libgif.
2007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
* NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
...
...
src/config.in
View file @
7a9a50d8
...
...
@@ -228,7 +228,8 @@ Boston, MA 02110-1301, USA. */
/* Define to 1 if you have the `get_current_dir_name' function. */
#undef HAVE_GET_CURRENT_DIR_NAME
/* Define to 1 if you have the ungif library (-lungif). */
/* Define to 1 if you have a gif library (default -lungif; otherwise
specify with LIBGIF). */
#undef HAVE_GIF
/* Define to 1 if you have the gpm library (-lgpm). */
...
...
@@ -768,6 +769,9 @@ Boston, MA 02110-1301, USA. */
Solaris, for example). */
#undef LD_SWITCH_X_SITE_AUX
/* Define to compiler option to link with gif library, if not -lungif. */
#undef LIBGIF
/* Define to 1 if localtime caches TZ. */
#undef LOCALTIME_CACHE
...
...
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