comparison ChangeLog @ 94119:5b10e5646973

* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE rather than change CPPFLAGS. (HAVE_GTK): Rename to USE_GTK. * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now done in config.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 19:53:06 +0000
parents 4bbc5d00d3eb
children dfdc13740582
comparison
equal deleted inserted replaced
94118:75036e17da20 94119:5b10e5646973
1 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4 rather than change CPPFLAGS.
5 (HAVE_GTK): Rename to USE_GTK.
6
1 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change) 7 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
2 8
3 * configure.in: Replace the obsolete macros AC_AIX and 9 * configure.in: Replace the obsolete macros AC_AIX and
4 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. 10 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5 11