kc3-lang/libxml2/autogen.sh

Branch :


Log

Author Commit Date CI Message
ec4fc529 2012-08-17 10:04:30 More updates and cleanups on autotools and Makefiles Makefile.am, example/Makefile.am: * Replaced the obsolete INCLUDES variable with AM_CPPFLAGS/AM_CFLAGS acinclude.m4: * autoupdate replaced AC_FD_CC with AS_MESSAGE_LOG_FD autogen.sh: * Added -Wall to the autoreconf invocation, which turned up a whole slew of warnings that are fixed by this patch configure.in: * Most of the changes are due to autoupdate, with subsequent manual tidying * Note that autoupdate bumped the AC_PREREQ version from 2.59 to 2.68. If you normally use an older version of Autoconf, and everything works fine if you comment out that directive, feel free to bump down the version accordingly. * Ensure that #include directives in C fragments always have no whitespace to the left of the '#' mark, as some preprocessors need that to be in the first column example/Makefile.am: * Don't need DEPS * Use plain LDADD instead of LDADDS; if all programs in this file need to link against the same set of libraries, then this is all you need
05fd0285 2012-04-02 17:39:26 autogen.sh: Fix typo
16d3a618 2012-02-29 09:34:32 Add --system support to autogen.sh
ca03efc4 2012-01-27 06:56:23 autogen: Only check for libtoolize The system /usr/bin/libtool may not be in all installations.
81809d52 2012-01-05 10:08:03 autogen.sh: Honor NOCONFIGURE environment variable See http://people.gnome.org/~walters/docs/build-api.txt
bdf24b9f 2010-04-26 16:09:34 Autogen.sh needs to create m4 directory * autogen.sh: create m4 directory if not already existing
743311bd 2010-03-10 10:35:56 use autoreconf in autogen.sh * autogen.sh: use autoreconf instead of the direct set of calls for auto* updates * INSTALL INSTALL.libxml2: migrate the INSTALL to INSTALL.libxml2 since autoreconf copies a new INSTALL
3157e515 2010-03-09 11:32:46 Upgrade some of the configure and autogen Based on Roumen Petrov suggestions
476cd964 2003-08-13 11:09:42 took away the requirement for automake-1.4, changed the messages for * autogen.sh: took away the requirement for automake-1.4, changed the messages for getting auto* tools to current gnu pages. * configure.in, configure: added check for Linux Dec alpha requiring -ieee flag, fixed test for ipv6 * trionan.c: fixed problem for compiling on Linux Dec alpha using native compiler * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src whenever libxml2-api.xml is changed.
84ec40a5 2002-08-22 13:59:35 update error message for missing automake 2002-08-22 Havoc Pennington <hp@pobox.com> * autogen.sh: update error message for missing automake
830e8971 2002-08-18 22:22:13 hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 2002-08-18 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4"
cd1d9448 2001-06-23 18:53:44 should finish the migration of exported includes into a real * configure.in: should finish the migration of exported includes into a real include/libxml in CVS, at least for CVS users. * removed the exported headers, added in include/libxml (as well as xmlversion.h.in). Daniel
3473f88a 2001-02-23 17:55:21 Revert directory structure changes
64636e7f 2001-02-23 01:37:32 moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz K
361d845d 2000-04-03 19:48:13 Work done on the plane, ready to release libxml2-2.0.0, Daniel
19b858c4 1999-02-06 18:12:01 *** empty log message ***
cd69df9b 1998-12-28 23:49:02 Fix Sopwith's autogen.sh hack. Dunno exactly what he was trying to do here though
8f8b4c80 1998-12-23 00:37:26 allow srcdir != builddir, or somesuch. allow srcdir != builddir, or somesuch.
aa873f7b 1998-11-20 05:12:04 allow setting $OBJ_DIR to specify building in a subdir
7066a79c 1998-10-01 20:28:28 Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.
260a68fd 1998-08-13 03:39:55 Release 0.2, 80% rewrite, nothing left intact ... Daniel
b7e2badf 1998-07-24 20:09:58 ) * We're compiling gnome-xml, not GLIB. :)
01791d57 1998-07-24 19:24:09 Added the XML code developped at W3C, Daniel.