# HG changeset patch # User Jim Meyering # Date 947349122 0 # Node ID 7730dc421aeda00bb0517531d3934141532be2e6 # Parent f319d273582278698cf4a042e95d8d8494d1583a . diff --git a/m4/Makefile.am b/m4/Makefile.am --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -47,6 +47,7 @@ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \ +strerror_r.m4 \ strftime.m4 \ timespec.m4 \ uintmax_t.m4 \ diff --git a/m4/Makefile.in b/m4/Makefile.in --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -70,6 +70,7 @@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GMOFILES = @GMOFILES@ @@ -90,7 +91,6 @@ PERL = @PERL@ POFILES = @POFILES@ POSUB = @POSUB@ -POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ @@ -147,6 +147,7 @@ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \ +strerror_r.m4 \ strftime.m4 \ timespec.m4 \ uintmax_t.m4 \