summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-10-24 17:00:35 +0000
committerJim Meyering <jim@meyering.net>1999-10-24 17:00:35 +0000
commitff4e97cf78e2e0f23ef4c19345ca02ed226b4655 (patch)
tree79343aa37788f6ef48229594c76c19d4f2de33a8 /m4
parent6d1aa48746350c227c515d12c06f08e623e9a9b3 (diff)
downloadcoreutils-ff4e97cf78e2e0f23ef4c19345ca02ed226b4655.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index ada3e3d4e..a8dfddbdd 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -69,7 +69,6 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
DATADIRNAME = @DATADIRNAME@
DEPDIR = @DEPDIR@
-DF_PROG = @DF_PROG@
GENCAT = @GENCAT@
GETCONF = @GETCONF@
GMOFILES = @GMOFILES@
@@ -90,6 +89,7 @@ PACKAGE = @PACKAGE@
PERL = @PERL@
POFILES = @POFILES@
POSUB = @POSUB@
+POW_LIBM = @POW_LIBM@
RANLIB = @RANLIB@
U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
@@ -167,7 +167,7 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \