History log of /curl/buildconf (Results 51 – 75 of 122)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 52b2bc41 03-Jun-2009 Yang Tse

Remove more generated files.

Yet unknown error might leave libtool-like files in source directory.


# b59b3a51 03-Jun-2009 Yang Tse

Remove more generated files


# fe6c0337 03-Jun-2009 Yang Tse

Remove all generated 'Makefile' files.

This can be done now that no file with such name exists in CVS tree.


# e3f12887 03-Jun-2009 Yang Tse

Remove more generated files


# 3c38eafd 01-Jun-2009 Yang Tse

Temporarily disable config.guess related checks


# 0a1b7296 01-Jun-2009 Yang Tse

HP-UX requires libtool version 1.5.24 or newer


# c86c294f 09-Mar-2009 Daniel Stenberg

- Andreas Farber made the 'buildconf' script check for the presence of m4
scripts to make it detect a bad checkout earlier. People with older
checkouts who don't do cvs update with the -d

- Andreas Farber made the 'buildconf' script check for the presence of m4
scripts to make it detect a bad checkout earlier. People with older
checkouts who don't do cvs update with the -d option won't get the new dirs
and then will get funny outputs that can be a bit hard to understand and
fix.

show more ...


# 0cf10ae4 13-Feb-2009 Yang Tse

Remove following files generated on previous buildconf run:
ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4


# 00900995 08-Jan-2009 Daniel Stenberg

Only care about the first line of libtool --version as otherwise this script
get fooled by libtool 2, and at least libtool 1.5.2x do output the interesting
version string in the first line.


# 11cb78c5 14-Aug-2008 Yang Tse

curlbuild.h is a generated file on configure-capable systems


# fa2a8f6f 07-Aug-2008 Yang Tse

Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'.


# 09f27812 05-Aug-2008 Yang Tse

Validate that autom4te and autoconf versions match.

Validate that aclocal and automake versions match.

Improve removal of previous run generated files.

Remove verbose debug

Validate that autom4te and autoconf versions match.

Validate that aclocal and automake versions match.

Improve removal of previous run generated files.

Remove verbose debug logging of aclocal on Solaris.

show more ...


# a948ca16 01-Aug-2008 Yang Tse

This line was for local testing, not intended to be committed.


# 2d15d84a 01-Aug-2008 Yang Tse

Ensure that reserved keyword AC_DEFUN is only used for its purpose.


# a3498f96 30-Jul-2008 Yang Tse

Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of
including our local m4/reentrant.m4 file. This even takes care of including the
file in the distribution tarbal

Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of
including our local m4/reentrant.m4 file. This even takes care of including the
file in the distribution tarball.

show more ...


# 637bfa02 30-Jul-2008 Yang Tse

Show autom4te and aclocal versions.

Set SED for Solaris to gsed if available.


# 5dafa4a2 29-Jul-2008 Yang Tse

For testing purposes on SunOS systems; directly feed acinclude.m4 with
reentrant.m4 and remove reentrant.m4 before calling aclocal.


# e93bcbee 29-Jul-2008 Yang Tse

For debugging purposes, show all sed's available in PATH on SunOS systems.


# 52d9a3c3 29-Jul-2008 Yang Tse

Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4
in top Makefile.am triggered a problem that prevented aclocal from running
successfully on SunOS 5.10 with GNU m4 1.

Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4
in top Makefile.am triggered a problem that prevented aclocal from running
successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61

A tarball which reproduces mentioned problem is the one dated July-28-2008
http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz

We actually don't need all the bells and whistles that the above mechanism
provides. We only need to include our m4/reentrant.m4 file in acinclude.m4
so here we go with this simpler mechanism.

show more ...


# 57d13c77 28-Jul-2008 Yang Tse

Ensure that buildconf runs from the subdirectory where configure.ac lives


# 16923846 28-Jul-2008 Yang Tse

Remove files generated on previous buildconf/configure run,
and for debugging purposes show ACLOCAL_FLAGS.


# c4edc25d 27-Jul-2008 Yang Tse

When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.


# 36361d14 27-Jul-2008 Yang Tse

For debugging purposes, run aclocal in verbose mode on SunOS systems.


# 6b7e74a0 25-Jul-2008 Yang Tse

move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem


# 8a323f83 24-Jul-2008 Yang Tse

Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config

Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.

Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.

show more ...


12345