diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2014-11-22 23:27:20 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2014-11-22 23:27:20 +0000 |
commit | 8b8bc75c3f913dee50e10fb66d157cc278bd8570 (patch) | |
tree | ea1aac95450a61cdbb86ac67b586b35421a2c493 | |
parent | fb174160559b9823a932fc238b55eb44619c47e8 (diff) | |
download | usdx-8b8bc75c3f913dee50e10fb66d157cc278bd8570.tar.gz usdx-8b8bc75c3f913dee50e10fb66d157cc278bd8570.tar.xz usdx-8b8bc75c3f913dee50e10fb66d157cc278bd8570.zip |
Use AC_CONFIG_MACRO_DIR. This way autoconf doesnt require the path to dists/autogen/m4 as option and autoreconf works out of the box. However, it seems that older autoconf versions ( like the one in Debian Wheezy ) are buggy in that regard and still require the path. Therefore, dont change autogen.sh. Thanks to rudi_s.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3104 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fa240929..f61c91d3 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ AC_SUBST(PACKAGE_WEBSITE) PACKAGE_IRC="#ultrastardx at quakenet.org" AC_SUBST(PACKAGE_IRC) +AC_CONFIG_MACRO_DIR([dists/autogen/m4]) # Specify a source-file so autoconf can check if the source-dir exists AC_CONFIG_SRCDIR(src/ultrastardx.dpr) |