From 8b8bc75c3f913dee50e10fb66d157cc278bd8570 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 22 Nov 2014 23:27:20 +0000 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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) -- cgit v1.2.3