summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-05-201-4/+5
| | | | See http://people.gnome.org/~walters/docs/build-api.txt
* build: Modernize build system a bitVincent Untz2011-06-141-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.
* Do not try to use versioned binaries of automake/aclocalVincent Untz2010-03-101-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.
* remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz2007-03-151-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
* automake, aclocal 1.7Havoc Pennington2003-05-121-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.
* initial importHavoc Pennington2002-05-061-0/+70