Remove build-aux/Makefile.am.

Recursive Makefiles are really way too slow, let's get rid of some of
them.

	* build-aux/Makefile.am: Rename as...
	* build-aux/local.mk: this.
	Adjust paths.
	* Makefile.am, configure.ac: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 14:48:11 +02:00
parent 0634493cdd
commit 9a1e42148a
5 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
2008-11-15 Akim Demaille <demaille@gostai.com>
Remove build-aux/Makefile.am.
Recursive Makefiles are really way too slow, let's get rid of some of
them.
* build-aux/Makefile.am: Rename as...
* build-aux/local.mk: this.
Adjust paths.
* Makefile.am, configure.ac: Adjust.
2008-11-15 Akim Demaille <demaille@gostai.com>
Provide convenience constructors for locations and positions.