* build-aux/config.guess: Update from config.
[gnulib.git] / modules / locale
index 74bcea1..099c4e8 100644 (file)
@@ -6,7 +6,7 @@ lib/locale_.h
 m4/locale_h.m4
 
 Depends-on:
-absolute-header
+include_next
 
 configure.ac:
 gl_LOCALE_H
@@ -19,8 +19,8 @@ BUILT_SOURCES += $(LOCALE_H)
 locale.h: locale_.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
-         sed -e 's|@''ABSOLUTE_LOCALE_H''@|$(ABSOLUTE_LOCALE_H)|g' \
-             -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \
+         sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
+             -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
              < $(srcdir)/locale_.h; \
        } > $@-t
        mv $@-t $@