|
65b01647
|
2022-04-21T06:27:33
|
|
Build Autotools CI tests out of source tree (VPATH)
|
|
ff05c94a
|
2022-01-16T13:56:17
|
|
Fix check for libtool in autogen.sh
libtoolize is named glibtoolize on some macOS systems.
|
|
19f5efd6
|
2018-08-23T20:42:23
|
|
Change dir to $THEDIR after ACLOCAL_PATH check
autoreconf creates aclocal.m4 in $srcdir
|
|
b6ab8b44
|
2018-08-19T18:59:10
|
|
Improve error message if pkg.m4 couldn't be found
Check whether aclocal.m4 contains the pkg.m4 macro package after running
autoreconf and print a more helpful error message.
Thanks to 林博仁 (Buo-ren Lin) for the initial patch.
Closes: #21
|
|
173ea684
|
2018-08-18T14:22:57
|
|
Don't instruct user to run make when autogen.sh failed
Currently the autogen script will always tell user to run make even
when the configure script failed, this patch changes the behavior to
only show this message when the configure script terminates without
error.
|
|
ec4fc529
|
2012-08-17T10: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-02T17:39:26
|
|
autogen.sh: Fix typo
|
|
16d3a618
|
2012-02-29T09:34:32
|
|
Add --system support to autogen.sh
|
|
ca03efc4
|
2012-01-27T06:56:23
|
|
autogen: Only check for libtoolize
The system /usr/bin/libtool may not be in all installations.
|
|
81809d52
|
2012-01-05T10:08:03
|
|
autogen.sh: Honor NOCONFIGURE environment variable
See http://people.gnome.org/~walters/docs/build-api.txt
|
|
bdf24b9f
|
2010-04-26T16:09:34
|
|
Autogen.sh needs to create m4 directory
* autogen.sh: create m4 directory if not already existing
|
|
743311bd
|
2010-03-10T10: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-09T11:32:46
|
|
Upgrade some of the configure and autogen
Based on Roumen Petrov suggestions
|
|
476cd964
|
2003-08-13T11: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-22T13: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-18T22: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-23T18: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-23T17:55:21
|
|
Revert directory structure changes
|
|
64636e7f
|
2001-02-23T01:37:32
|
|
moved to libxml directory - this allow simplify automake/autoconf. Now
Thu Feb 23 02:03:56 CET 2001 Tomasz Koczko <kloczek@pld.org.pl>
* *.c *.h libxml files: moved to libxml directory - this allow
simplify automake/autoconf. Now isn't neccessary hack on
am/ac level for make and remove libxml symlink (modified for this
also configure.in and main Makefile.am). Now automake abilities
are used in best way (like in many other projects with libraries).
* include/win32config.h: moved to libxml directory (now include
directory isn't neccessary).
* Makefile.am, examples/Makefile.am, libxml/Makefile.am:
added empty DEFS and in INCLUDES rest only -I$(top_builddir) -
this allow minimize parameters count passed to libtool script
(now compilation is also slyghtly more quiet).
* configure.in: simplifies libzdetestion - prepare separated
variables for keep libz name and path to libz header files isn't
realy neccessary (if someone have libz installed in non standard
prefix path to header files ald library can be passed as:
$ CFALGS="-I</libz.h/path>" LDFLAGS="-L</libz/path>" ./configure
* autogen.sh: check now for libxml/entities.h.
After above building libxml pass correctly and also pass
"make install DESTDIR=</install/prefix>" from tar ball generated by
"make dist". Seems ac/am reorganization is finished. This changes
not touches any other things on *.{c,h} files level.
|
|
361d845d
|
2000-04-03T19:48:13
|
|
Work done on the plane, ready to release libxml2-2.0.0, Daniel
|
|
19b858c4
|
1999-02-06T18:12:01
|
|
*** empty log message ***
|
|
cd69df9b
|
1998-12-28T23:49:02
|
|
Fix Sopwith's autogen.sh hack. Dunno exactly what he was trying to do here though
|
|
8f8b4c80
|
1998-12-23T00:37:26
|
|
allow srcdir != builddir, or somesuch.
allow srcdir != builddir, or somesuch.
|
|
aa873f7b
|
1998-11-20T05:12:04
|
|
allow setting $OBJ_DIR to specify building in a subdir
|
|
7066a79c
|
1998-10-01T20:28:28
|
|
Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.
|
|
260a68fd
|
1998-08-13T03:39:55
|
|
Release 0.2, 80% rewrite, nothing left intact ... Daniel
|
|
b7e2badf
|
1998-07-24T20:09:58
|
|
)
* We're compiling gnome-xml, not GLIB. :)
|
|
01791d57
|
1998-07-24T19:24:09
|
|
Added the XML code developped at W3C, Daniel.
|