changeset 8072:c31253d5c505

* modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac: section, not in the Makefile.am: one.
author Jim Meyering <jim@meyering.net>
date Fri, 02 Feb 2007 17:28:38 +0000
parents b0198d1bb409
children eaa00773406b
files ChangeLog modules/arpa_inet
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/arpa_inet
+++ b/modules/arpa_inet
@@ -9,10 +9,10 @@
 
 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.