diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-26 07:31:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-26 07:31:42 +0000 |
commit | 0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80 (patch) | |
tree | 2963260d2861699267970c0701393383a6e440cd /m4 | |
parent | a6db3e776e8782991a33c9ef1888e8a94ce65720 (diff) | |
download | coreutils-0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80.tar.xz |
.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in index f4052c3e3..7b1407c61 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -70,6 +70,7 @@ CXX = @CXX@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GMOFILES = @GMOFILES@ @@ -90,13 +91,13 @@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ POSUB = @POSUB@ -POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ |