summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* tests: rename 'tests/' => 't/', '*.test' => '*.sh'Stefano Lattarini2012-04-061-8/+8
* maint: remove most recursion in automake's own build systemStefano Lattarini2012-04-051-8/+1
* Merge branch 'maint'Stefano Lattarini2012-03-281-2/+0
|\
| * maint: reduce use of recursion in automake build systemStefano Lattarini2012-03-281-2/+0
* | tests: look for GNU Java compiler at configure timeStefano Lattarini2012-02-241-0/+8
* | cosmetics: typofixes and whitespace changesStefano Lattarini2012-02-241-1/+1
* | tests: looks for GNU compilers at configure timeStefano Lattarini2012-02-241-14/+72
* | build: do not quote `like this', as per GCS recommendationStefano Lattarini2012-02-231-10/+9
* | cosmetics: remove extra trailing whitespace in configure.acStefano Lattarini2012-02-181-1/+1
* | tests: fix many spurious failures in VPATH buildsStefano Lattarini2012-02-171-4/+5
* | maint: use AC_PACKAGE_BUGREPORT to avoid duplicationStefano Lattarini2012-02-161-1/+1
* | maint: run "make update-copyright"Stefano Lattarini2012-02-161-3/+1
* | tests: truly use Lex and Yacc selected by configureStefano Lattarini2012-02-141-5/+0
* | Merge branch 'yacc-work' into yl-work-for-masterStefano Lattarini2012-02-121-0/+19
|\ \
| * \ Merge branch 'maint' into yacc-workStefano Lattarini2012-02-061-3/+5
| |\ \ | | |/
| * | Merge branch 'maint' into yacc-workStefano Lattarini2011-12-271-12/+39
| |\ \
| * \ \ Merge branch 'maint' into 'yacc-work'Stefano Lattarini2011-12-151-0/+2
| |\ \ \
| * \ \ \ Merge branch 'maint' into yacc-workStefano Lattarini2011-06-111-1/+5
| |\ \ \ \
| * | | | | tests: don't define YACC and LEX in the MakefilesStefano Lattarini2011-01-291-0/+5
| * | | | | configure: look for a lex program to be used by the testsuiteStefano Lattarini2011-01-291-6/+11
| * | | | | configure: look for a yacc program to be used by the testsuiteStefano Lattarini2011-01-231-1/+11
* | | | | | build: require GNU make in order to run the maintainer checksStefano Lattarini2012-01-301-0/+1
* | | | | | test defs: setup `*FLAGS' variables for GNU compilersStefano Lattarini2012-01-231-0/+27
* | | | | | configure: search generic compilers for use in the testsStefano Lattarini2012-01-231-1/+83
* | | | | | Merge branch 'maint'Stefano Lattarini2012-01-181-1/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | tests: move all under the same hierarchy ('tests/' directory)Stefano Lattarini2012-01-181-1/+0
* | | | | | Merge branch 'maint'Stefano Lattarini2012-01-171-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fixup: contrib: really integrate in automake build systemStefano Lattarini2012-01-171-0/+1
* | | | | | Merge branch 'maint'Stefano Lattarini2012-01-151-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | build: silence automake build systemStefano Lattarini2012-01-151-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into testsuite-workStefano Lattarini2011-12-231-11/+38
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint' into master.Stefano Lattarini2011-12-221-12/+40
| |\ \ \ \ \ | | |/ / / /
| | * | | | maint: distribute .xz tarballs, not .bz2 onesStefano Lattarini2011-12-221-1/+1
| | * | | | maint: better use of autoconf 2.68 featuresStefano Lattarini2011-12-221-3/+0
| | * | | | cosmetics: use proper m4 quoting in configure.acStefano Lattarini2011-12-221-3/+3
| | * | | | configure: remove extraneous 'eval's from AM_RUN_LOG invocationsStefano Lattarini2011-12-221-4/+4
| | * | | | configure: report TeX version in config.logStefano Lattarini2011-12-221-0/+4
| | * | | | maint: snapshots from `maint' are still development snapshotsStefano Lattarini2011-12-221-1/+1
| | * | | | configure: print proper message for test releasesStefano Lattarini2011-12-221-1/+27
| | * | | | repo: don't commit generated files in the git repository anymoreStefano Lattarini2011-12-221-0/+1
| | | |_|/ | | |/| |
* | | | | Merge branch 'master' into testsuite-workStefano Lattarini2011-12-101-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint'Stefano Lattarini2011-12-101-0/+2
| |\ \ \ \ | | |/ / /
| | * | | configure: report perl version in config.logStefano Lattarini2011-11-171-0/+2
| | | |/ | | |/|
* | | | installcheck: support it in our own testsuiteStefano Lattarini2011-09-081-2/+4
* | | | Merge branch 'master' into testsuite-workStefano Lattarini2011-05-311-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint'Stefano Lattarini2011-05-311-1/+5
| |\ \ \ | | |/ /
| | * | build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE tooStefano Lattarini2011-05-301-1/+5
| | |/
* | | testsuite: use $SHELL to run tests which are shell scriptsStefano Lattarini2011-05-271-2/+2
* | | test defs: better detection of cross-compile modeStefano Lattarini2011-05-211-1/+3
|/ /
* | Tests defs: move static definitions in a new file `defs-static'.Stefano Lattarini2010-11-111-1/+2