summaryrefslogtreecommitdiff
path: root/modules/arpa_inet
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-02 17:28:38 +0000
committerJim Meyering <jim@meyering.net>2007-02-02 17:28:38 +0000
commit81358c51b53c0a6f702aaa22178540811ad995aa (patch)
tree75a41f740e3b7f2267a9cf96e9667e9cb742dafd /modules/arpa_inet
parent033678fe63f881da9e5778cc15c08a974a1c398c (diff)
downloadgnulib-81358c51b53c0a6f702aaa22178540811ad995aa.tar.gz
* modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
section, not in the Makefile.am: one.
Diffstat (limited to 'modules/arpa_inet')
-rw-r--r--modules/arpa_inet2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arpa_inet b/modules/arpa_inet
index 9e456214ba..7875e525b4 100644
--- a/modules/arpa_inet
+++ b/modules/arpa_inet
@@ -9,10 +9,10 @@ sys_socket
configure.ac:
gl_HEADER_ARPA_INET
+AC_PROG_MKDIR_P
Makefile.am:
BUILT_SOURCES += $(ARPA_INET_H)
-AC_PROG_MKDIR_P
# We need the following in order to create <arpa/inet.h> when the system
# doesn't have one.