X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Farpa_inet;h=7875e525b469a12df7fe7247c16a7e9422208d50;hb=a8960f4f8bee1d141cc622303a8dc8ff1f27f7eb;hp=250c15b0ff23124fcb0333187e08956ca06b26b0;hpb=e8886c908325158b4e127ac82fbc4fb8918aad85;p=gnulib.git diff --git a/modules/arpa_inet b/modules/arpa_inet index 250c15b0f..7875e525b 100644 --- a/modules/arpa_inet +++ b/modules/arpa_inet @@ -9,6 +9,7 @@ sys_socket configure.ac: gl_HEADER_ARPA_INET +AC_PROG_MKDIR_P Makefile.am: BUILT_SOURCES += $(ARPA_INET_H) @@ -16,7 +17,7 @@ BUILT_SOURCES += $(ARPA_INET_H) # We need the following in order to create when the system # doesn't have one. arpa/inet.h: - test -d arpa || mkdir arpa + @MKDIR_P@ arpa rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#include '; \