blob: e5f4d01c1a05d35d413f56910c5b983f4775f719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
The Makefile.in uses `kpse_include ../make/config.mk'; thus
autoheader most generate c-auto.in.
* config.h (new): includes the autogenerated c-auto.h.
* configure.in: removed `--enable-maint', added AC_DEFINES's
third arg to provide autoheader templates ...
* acconfig.h (removed): ... renamed ...
* acconfig.h.dist (new): ... into this.
2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I ../m4).
* configure: Regenerated (autoconf).
|