diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-05 04:57:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-05 04:57:25 +0800 |
commit | 75402d39ad33c157981ed8b1618178fc3ec29a9f (patch) | |
tree | f4e713fa4b85b970a416ea5bf97c2a8de7ce47da /ChangeLog | |
parent | f532dd55d2441cc3fc3d297812676f7aa382ecdc (diff) | |
download | gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.gz gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.zst gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.zip |
Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary.
* configure.in: Update AC_DEFINEs to use the new syntax to make
acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define).
Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get
back to the evo 1.2 behavior of defaulting to -Wall everywhere.
Fix up privlibdir definition to avoid undefined variables in
evolution-shell.pc.
* acinclude.m4: Update AC_DEFINE
* acconfig.h: Gone
svn path=/trunk/; revision=19742
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-02-04 Dan Winship <danw@ximian.com> + + * configure.in: Update AC_DEFINEs to use the new syntax to make + acconfig.h unnecessary. + + * acinclude.m4: Update AC_DEFINE + + * acconfig.h: Gone + 2003-02-03 Chris Toshok <toshok@ximian.com> * configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the |