Age | Commit message (Collapse) | Author | Files | Lines |
|
Do not use libtool as there's nothing needing it.
Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs.
Correctly use ACLOCAL_FLAGS in Makefile.am instead of configure.ac.
Do not use AM_MAINTAINER_MODE as it is not recommended by automake
developers.
Do not use AC_ISC_POSIX nor AC_HEADER_STDC as they shouldn't be needed
on modern systems.
|
|
We were trying to use binaries versioned 1.7 which is quite old anyway.
Any real build system will have non-versioned binaries.
|
|
2007-03-15 Vincent Untz <vuntz@gnome.org>
* README: remove mention of desktop-menu-tool
* acconfig.h: kill, was useless and deprecated
* src/eggintl.h: kill, was useless since quite some time
* autogen.sh:
* configure.in: updated because of src/desktop_file.h removal
* src/Makefile.am: updated for file removals/additions
* src/desktop_file.[ch]: removed. We don't use this anymore (it was
based on GnomeDesktopItem which nobody maintains and is too complex
for what we need)
* keyfileutils.[ch]: new, contains some useful functions based on
GKeyFile
* src/install.c: updated for changes (GnomeDesktopFile -> GKeyFile)
(process_one_file): ditto
also, improves a bit the --help output
* src/validate.[ch]: pretty much a rewrite. This is based on GKeyFile
for now, but it'll be moved to a small parser soon, so we are not
limited because of the GKeyFile parser. The validator verifies more
things, warns about usage of deprecated stuff, and contains some other
nice improvements. It probably contains some bugs, though.
* src/validator.c: updated (well, rewritten, since it's only the
main() function). We also now have some command line arguments:
--warn-kde to warn about usage of KDE reserved stuff
--no-warn-deprecated to not warn about usage of deprecated stuff
|
|
2003-05-12 Havoc Pennington <hp@redhat.com>
* autogen.sh (ACLOCAL): automake, aclocal 1.7
* configure.in: check for optional gnome-vfs, not required
of course, just a hack to share some menu code for now.
* src/menu-method.c, src/Makefile.am: gnome-vfs boilerplate,
doesn't yet do anything.
|
|
|