From b0bffa0d0eb1cd77a4287ca258065efa1fbdad4a Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Wed, 22 Nov 2017 11:27:18 -0800 Subject: [PATCH] fix for ac < 2.67; untested, but doesn't break newer autoconfs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3361572..604677c 100755 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_CONFIG_MACRO_DIR([config]) AC_INIT([META_PACKAGE_NAME],[META_PACKAGE_VERSION],[],[META_PACKAGE_NAME]) +AC_CONFIG_MACRO_DIR([config]) X_AC_META