summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen: consider configure errorMatan Nassau2016-08-221-1/+1
|
* Don't --enable-maintainer-mode from autogen.shDan Nicholson2012-05-141-1/+1
| | | | | Maintainer mode was removed some time ago, so setting it from autogen.sh has no effect.
* Stop shipping an embedded glibTollef Fog Heen2011-04-131-24/+1
| | | | | Drop the embedded glib, the associated patches and adjust build scripts appropriately.
* Greatly simplify autogen.sh and fix configure skippingDan Nicholson2010-06-091-75/+6
| | | | | | | | | | | There is really no reason to manually vet and run all the autotools. That's what autoreconf is for. It has the added bonus that it will descend to the glib subdirectory and rebuild the autotools there. The handling of configure is also fixed as the previous --no-configure code was completely broken. This is basically the xorg autogen.sh, so we can be pretty confident it'll work as advertised.
* 2009-03-30 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2009-03-301-6/+14
| | | | * autogen.sh: Allow not running configure, wanted by cygwin.
* 2007-12-29 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2007-12-291-12/+13
| | | | | * Update to glib 1.2.10, adjust lots of the glib patches. Gnome #81847.
* 2005-03-28 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-2/+2
| | | | | | | | | | | | | | | Author: tfheen Date: 2005-03-28 14:21:23 GMT 2005-03-28 Tollef Fog Heen <tfheen@err.no> * autogen.sh: Extra paranoia -- fail if running auto* fails or if patching fails. * glib-patches/mkinstalldirs.update.diff: Update patch so it applies cleanly * glib-patches/pthread-config-fix.diff: adjust offsets so patch is quiet again
* bump auto* versions and add patches for glib to work co...Arch Librarian2005-07-141-4/+10
| | | | | | Author: tfheen Date: 2005-02-21 07:35:17 GMT bump auto* versions and add patches for glib to work correctly with them
* try to use old autoconf if it's installedArch Librarian2005-07-141-4/+13
| | | | | | Author: hp Date: 2002-07-25 03:52:37 GMT try to use old autoconf if it's installed
* 2002-02-28 Havoc Pennington <hp@redhat.com>Arch Librarian2005-07-141-0/+2
| | | | | | | | | | | | | | Author: hp Date: 2002-02-28 23:10:32 GMT 2002-02-28 Havoc Pennington <hp@redhat.com> Fix for static linking, -l flag order for libs in multiple prefixes * pkg.c: only sort -L/-I by PKG_CONFIG_PATH order, don't sort -l flags. (fill_list_single_package): make whether to path sort controlled by a boolean arg (fill_list): ditto
* 2002-02-07 Havoc Pennington <hp@redhat.com>Arch Librarian2005-07-141-0/+3
| | | | | | | | | | Author: hp Date: 2002-02-07 19:54:49 GMT 2002-02-07 Havoc Pennington <hp@redhat.com> * autogen.sh: patch gslist.c so that it has a stable sort function, so we don't utterly mangle the order of the libraries on the link line.
* 2002-02-03 Havoc Pennington <hp@pobox.com>Arch Librarian2005-07-141-1/+1
| | | | | | | | | | | Author: hp Date: 2002-02-03 17:53:47 GMT 2002-02-03 Havoc Pennington <hp@pobox.com> * configure.in: 0.10.0 * autogen.sh: rerun autoconf/libtoolize in glib subdir so that auto* version matches in subdir and top dir.
* 2002-01-24 Havoc Pennington <hp@redhat.com>Arch Librarian2005-07-141-5/+15
| | | | | | | | | | | | Author: hp Date: 2002-01-24 23:10:02 GMT 2002-01-24 Havoc Pennington <hp@redhat.com> * pkg.c (print_package_list): make the output halfway attractive * autogen.sh: use automake-1.4 aclocal-1.4 if found * pkg.c (verify_package): add a warning about -I/usr/include in cflags
* 2001-09-30 Tor Lillqvist <tml@iki.fi>Arch Librarian2005-07-141-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: tml Date: 2001-09-29 21:05:25 GMT 2001-09-30 Tor Lillqvist <tml@iki.fi> Changes for "pure" Win32 (without Cygwin or similar) support. The most important differences compared to pkg-config on Unix are: We don't use hardcoded PKGLIBDIR paths but deduce the installation prefix at runtime. Use the normal GLib DLL, not a private copy. Yes, this does introduce a circular dependency, but that can be worked around. * README.win32: New file. * configure.in: Check for Win32. If so, define USE_INSTALLED_GLIB, and don't configure in the included glib-1.2.8. Set GLIB_CFLAGS and GLIB_LIBS assuming that GLib is installed in the same location pkgconfig will be. Check for dirent.h, unistd.h and sys/wait.h headers. * Makefile.am: If USE_INSTALLED_GLIB, use the GLIB_* values set above, and don't make in the glib-1.2.8 subdir. * autogen.sh: Use perl -p -i.bak, works better on Win32 (and Cygwin). * *.c: Conditionalize inclusions of unistd.h and sys/wait.h. * findme.c: Define X_OK on Win32 if necessary. * parse.c * popthelp.c: Minor Win32 portability ifdefs. * parse.c: No need to include <windows.h>. * pkg.c: Don't hardcode PKGLIBDIR, but use g_win32_get_package_installation_directory() to deduce it. (scan_dir): Make a temp copy of dirname with potential superfluous trailing slash removed. The Win32 opendir implementation doesn't always like those. * pkg.h: If USE_INSTALLED_GLIB, include <glib.h> instead of partial-glib.h. * popt.c (execCommand): Don't compile on Win32. * poptconfig.c (configLine): Don't bother with the "exec" stuff on Win32, too complex to port, at least for now. (poptReadDefaultConfig) Don't bother compiling on Win32, this function isn't even called.
* importArch Librarian2005-07-141-0/+74
Author: hp Date: 2001-06-05 16:39:09 GMT import