From: Jens Vollinga Date: Fri, 6 Feb 2009 12:13:06 +0000 (+0100) Subject: Automake now needs to be version >=1.8. Older versions like 1.7.9 do not create X-Git-Tag: release_1-5-0~9 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a3a0f8b23bb70802cb0fc952cafdc2223c892fe9 Automake now needs to be version >=1.8. Older versions like 1.7.9 do not create the directory m4 in a VPATH build. --- 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])