commit 6570202e2aa0905fa33ebec36dfe6c81894a5be9 parent c6ae26e23b887c9d9487b6dd3b8c1619625b16a0 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 7 Jul 2007 08:37:03 +0000 grrr Diffstat:
| M | bootstrap | | | 7 | ++++++- |
| M | configure.ac | | | 3 | --- |
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/bootstrap b/bootstrap @@ -1,5 +1,10 @@ #!/bin/sh -autoreconf -f -i +export WANT_AUTOMAKE="1.8" +export MKDIR_P="mkdir -p" +export AUTOMAKE="automake-1.8" +export ACLOCAL="aclocal-1.8" +automake-1.8 -fi cd libltdl autoreconf -f -i cd .. +autoreconf -f -i diff --git a/configure.ac b/configure.ac @@ -7,9 +7,6 @@ AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1]) -# Hack for automake 1.10 -export MKDIR_P="mkdir -p" - # Checks for programs. AC_CANONICAL_HOST