1From 9363c98528ef850235852e44f678df6b5c011ee1 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 7 Feb 2021 18:08:36 -0800
4Subject: [PATCH] configure.in: Undefine AC_CONFIG_AUX_DIR
5
6This helps reconfiguring with autotools 2.70+
7
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 configure.in | 5 -----
12 1 file changed, 5 deletions(-)
13
14--- a/configure.in
15+++ b/configure.in
16@@ -1,7 +1,6 @@
17 dnl Process this file with autoconf to produce a configure script.
18 AC_INIT(README.txt)
19 AC_CONFIG_AUX_DIR(build-scripts)
20-
21 dnl Set various version strings - taken gratefully from the GTk sources
22
23 # Making releases:
24@@ -40,10 +39,6 @@ AC_SUBST(LT_CURRENT)
25 AC_SUBST(LT_REVISION)
26 AC_SUBST(LT_AGE)
27
28-dnl Detect the canonical build and host environments
29-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
30-dnl AC_CANONICAL_HOST
31-
32 dnl Check for tools
33 AC_PROG_LIBTOOL
34 AC_PROG_CC
35