From a3a0f8b23bb70802cb0fc952cafdc2223c892fe9 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Fri, 6 Feb 2009 13:13:06 +0100 Subject: [PATCH 1/1] Automake now needs to be version >=1.8. Older versions like 1.7.9 do not create the directory m4 in a VPATH build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bf271561..7e0f9b2f 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config/config.h ginac/version.h]) AC_CONFIG_MACRO_DIR([m4]) dnl This defines PACKAGE and VERSION. -AM_INIT_AUTOMAKE([gnu 1.7 dist-bzip2]) +AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) dnl Process GiNaC version information AC_DEFINE([GINACLIB_MAJOR_VERSION], ginac_major_version, [Major version of GiNaC]) -- 2.44.0