summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid error with Tru64 awk and testsuite lines with many words.Ralf Wildenhues2007-11-171-1/+3
* Diagnose write errors in config.status instantiations.Ralf Wildenhues2007-11-161-10/+18
* Indentation fixups.Ralf Wildenhues2007-11-161-10/+9
* Add witness macro for @top_build_prefix@ substitution.Ralf Wildenhues2007-11-151-0/+6
* * lib/autotest/general.m4 (at_func_test): Remove.Ralf Wildenhues2007-11-151-17/+39
* * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment matchPaul Eggert2007-11-141-1/+5
* * lib/autoconf/status.m4: Fix a couple of comment typos.Ralf Wildenhues2007-11-141-2/+2
* * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.Ralf Wildenhues2007-11-141-1/+1
* Don't worry about preprocessor when testing long long.Paul Eggert2007-11-131-8/+1
* Adapt dependencies, now that a version change doesn't modify configure.acJim Meyering2007-11-131-2/+3
* * doc/autoconf.texi (Making testsuite Scripts): DocumentRalf Wildenhues2007-11-121-11/+10
* Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.Ralf Wildenhues2007-11-124-6/+12
* Remove two more generated files from version control.Jim Meyering2007-11-112-267/+1
* New config files output variable `top_build_prefix'.Ralf Wildenhues2007-11-091-0/+1
* Avoid expr for arithmetic evaluation if the shell accepts $((...)).Ralf Wildenhues2007-11-091-9/+36
* * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.Ralf Wildenhues2007-11-041-1/+1
* * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.Ralf Wildenhues2007-11-041-0/+2
* Adjust version comparison to account for git snapshot numbers.Eric Blake2007-11-031-7/+9
* * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,Bruno Haible2007-10-301-24/+39
* Remove all generated files from version control.Jim Meyering2007-10-277-3358/+0
* Improve corner case of m4_expand.Eric Blake2007-10-231-19/+10
* * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibilityPaul Eggert2007-10-221-11/+21
* Don't check for bug in HP-UX 11.00 cpp.Paul Eggert2007-10-221-1/+1
* Fix config status generation with Tru64 ksh.Ralf Wildenhues2007-10-211-2/+2
* Fix config header generation with AIX awk.Ralf Wildenhues2007-10-211-3/+3
* Validate testsuite range arguments.Ralf Wildenhues2007-10-211-1/+19
* Fix testsuite --list subset.Eric Blake2007-10-201-0/+5
* s/parenthesis/parentheses/ where appropriate.Eric Blake2007-10-191-2/+2
* Document m4_expand limitation.Eric Blake2007-10-191-0/+4
* Improve AT_BANNER handling.Eric Blake2007-10-191-156/+130
* Ignore `make dist' changelogs in testsuite.log.Eric Blake2007-10-181-2/+5
* Fix AT_TESTED, AT_KEYWORDS.Eric Blake2007-10-182-7/+23
* Function cleanup.Eric Blake2007-10-181-50/+76
* Kill trailing whitespace.Eric Blake2007-10-171-1/+1
* Autotest: do not use shell functions for individual tests.Ralf Wildenhues2007-10-171-29/+21
* * lib/autotest/general.m4 (at_func_test): Fix test extraction script.Ralf Wildenhues2007-10-171-1/+1
* Fix m4_combine for empty suffix list.Eric Blake2007-10-171-7/+8
* Add m4_combine, based on Libtool's lt_combine.Eric Blake2007-10-171-0/+27
* Fix `configure --help=recursive' in unconfigured/read-only trees.Ralf Wildenhues2007-10-162-14/+20
* Check for 64-bit int errors in HP-UX 10.20 preprocessor.Paul Eggert2007-10-161-3/+9
* m4_map is a looping construct.Eric Blake2007-10-161-26/+25
* Fix m4_map, and add some more utility macros.Eric Blake2007-10-161-15/+79
* A few more m4sugar improvements, to benefit libtool.Eric Blake2007-10-161-14/+51
* Enhance AS_HELP_STRING.Eric Blake2007-10-152-53/+66
* Fix 2007-10-03 regression with AT_SETUP([a, b]).Eric Blake2007-10-153-3/+33
* Change m4_join to match libtool's ltsugar semantics.Eric Blake2007-10-131-7/+18
* Make AC_PREREQ faster and more robust.Eric Blake2007-10-131-65/+95
* Some more m4sugar documentation.Eric Blake2007-10-121-44/+49
* Document interaction of recent m4_append change with Libtool HEAD.Eric Blake2007-10-121-13/+28
* s/AC_VERSION/AC_AUTOCONF_VERSION/.Eric Blake2007-10-121-3/+3