From: Alexei Sheplyakov Date: Mon, 8 Sep 2008 07:53:30 +0000 (+0400) Subject: build: put (almost) all auto* tools scripts into the config directory. X-Git-Tag: release_1-4-4~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=930f53346a4ab1eb2789e232dd18e4a8f5a91357 build: put (almost) all auto* tools scripts into the config directory. So I can just rm -rf it to clean up the repository. --- 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])