# HG changeset patch # User Jim Meyering # Date 1170437318 0 # Node ID c31253d5c505219dfa357da5b5cbd349eb0d3edf # Parent b0198d1bb4093e8bd0bcb1da4e2cef98d0f59ea6 * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac: section, not in the Makefile.am: one. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-02 Jim Meyering + + * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac: + section, not in the Makefile.am: one. + 2007-02-02 Eric Blake * lib/strchrnul.c: Always include config.h first. diff --git a/modules/arpa_inet b/modules/arpa_inet --- 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 when the system # doesn't have one.