summaryrefslogtreecommitdiff
blob: a9b9a5ac90c1259ec2854fdb548db9d8d1b5cb6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/configure.ac
+++ b/configure.ac
@@ -641,6 +641,8 @@
 
 AC_CONFIG_HEADERS(include/wvautoconf.h)
 
+AC_CONFIG_SUBDIRS(argp)
+
 AC_OUTPUT
 
 # Now convert PACKAGE_* macros into WVPACKAGE_* in include/wvautoconf.h
--- a/argp/configure.ac
+++ b/argp/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ(2.54)
 AC_INIT(argp-ba.c)
 AM_INIT_AUTOMAKE(argp, standalone-1.3)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 # GNU libc defaults to supplying the ISO C library functions only. The
 # _GNU_SOURCE define enables these extensions, in particular we want
@@ -18,7 +18,7 @@
 AC_PROG_RANLIB
 AC_PROGRAM_CHECK(AR,ar,ar,:)
 AC_PROGRAM_CHECK(AR,gar,gar,:)
-AM_PROG_CC_STDC
+AC_PROG_CC
 
 AC_SUBST(AR)