summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-06-14build: Modernize build system a bitVincent Untz1-3/+1
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.
2010-03-10Do not try to use versioned binaries of automake/aclocalVincent Untz1-9/+4
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-15remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz1-1/+1
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-12automake, aclocal 1.7Havoc Pennington1-2/+2
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.
2002-05-06initial importHavoc Pennington1-0/+70