1--- gperf-3.0.4/lib/configure.ac 2009-01-15 02:24:31.000000000 +0200
2+++ gperf-3.0.4.patched/lib/configure.ac 2018-11-29 06:37:20.968627533 +0300
3@@ -21,10 +21,12 @@
4
5 AC_PREREQ([2.60])
6 AC_INIT([hash.cc])
7+m4_include([../aclocal.m4])
8 AC_PROG_MAKE_SET
9 dnl
10 dnl checks for programs
11 dnl
12+AC_SUBST([AR])
13 AC_PROG_CC
14 dnl sets variable CC
15 AC_PROG_CPP
16--- gperf-3.0.4/lib/Makefile.in 2008-08-23 21:52:48.000000000 +0300
17+++ gperf-3.0.4.patched/lib/Makefile.in 2018-11-29 06:36:43.161998888 +0300
18@@ -41,7 +41,7 @@
19 # Both C and C++ compiler
20 OBJEXT = @OBJEXT@
21 # Other
22-AR = ar
23+AR = @AR@
24 AR_FLAGS = rc
25 RANLIB = @RANLIB@
26 MV = mv
27--- gperf-3.0.4/doc/configure.ac 2009-01-15 02:24:31.000000000 +0200
28+++ gperf-3.0.4.patched/doc/configure.ac 2018-11-29 06:36:00.961288421 +0300
29@@ -21,6 +21,7 @@
30
31 AC_PREREQ([2.60])
32 AC_INIT([gperf.1])
33+m4_include([../aclocal.m4])
34 PACKAGE=gperf
35 AC_SUBST([PACKAGE])
36 AC_PROG_MAKE_SET
37--- gperf-3.0.4/src/configure.ac 2009-01-15 02:24:30.000000000 +0200
38+++ gperf-3.0.4.patched/src/configure.ac 2018-11-29 06:34:21.718576658 +0300
39@@ -21,6 +21,7 @@
40
41 AC_PREREQ([2.60])
42 AC_INIT([main.cc])
43+m4_include([../aclocal.m4])
44 AC_CONFIG_HEADER([config.h])
45 AC_PROG_MAKE_SET
46 dnl