From 930f53346a4ab1eb2789e232dd18e4a8f5a91357 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Mon, 8 Sep 2008 11:53:30 +0400 Subject: [PATCH] build: put (almost) all auto* tools scripts into the config directory. So I can just rm -rf it to clean up the repository. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c991bc71..66c6cf00 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,8 @@ m4_define([ginac_binary_age], [3]) AC_INIT([GiNaC], ginac_version, []) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) -AC_CONFIG_HEADERS(config.h) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_HEADERS([config/config.h]) dnl This defines PACKAGE and VERSION. AM_INIT_AUTOMAKE([gnu 1.7 dist-bzip2]) -- 2.49.0