* modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
authorJim Meyering <jim@meyering.net>
Fri, 2 Feb 2007 17:28:38 +0000 (17:28 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 2 Feb 2007 17:28:38 +0000 (17:28 +0000)
section, not in the Makefile.am: one.

ChangeLog
modules/arpa_inet

index a684d220b660c5a9df0fd61549f8d88c2d6992db..23710561ceff583d4d3b72e2e08a8eff0658cf7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-02  Jim Meyering  <jim@meyering.net>
+
+       * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
+       section, not in the Makefile.am: one.
+
 2007-02-02  Eric Blake  <ebb9@byu.net>
 
        * lib/strchrnul.c: Always include config.h first.
index 9e456214ba2f22486570c2928533e91ed54b8713..7875e525b469a12df7fe7247c16a7e9422208d50 100644 (file)
@@ -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.