summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 19:00:40 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 19:00:40 +0000
commit1806cb507548aef85ea17efd8c56382ba1950b5b (patch)
treebba4376aaf6ca56618a4b1958a4a08c586c56786 /m4
parent27640489330cd24138041fb49d502ecae15d4df6 (diff)
downloadcoreutils-1806cb507548aef85ea17efd8c56382ba1950b5b.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am4
-rw-r--r--m4/Makefile.in6
2 files changed, 5 insertions, 5 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 8d8f06d28..dda651552 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -28,7 +28,7 @@ glibc21.m4 \
gnu-source.m4 \
group-member.m4 \
iconv.m4 \
-inttypes_h.m4 \
+inttypes.m4 \
isc-posix.m4 \
jm-glibc-io.m4 \
jm-macros.m4 \
@@ -40,6 +40,7 @@ lcmessage.m4 \
lib-check.m4 \
libintl.m4 \
link-follow.m4 \
+longlong.m4 \
ls-mntd-fs.m4 \
lstat.m4 \
malloc.m4 \
@@ -65,7 +66,6 @@ strerror_r.m4 \
strftime.m4 \
timespec.m4 \
uintmax_t.m4 \
-ulonglong.m4 \
unlink-busy.m4 \
uptime.m4 \
utimbuf.m4 \
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 48df7d92a..f7894258a 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -140,7 +140,7 @@ glibc21.m4 \
gnu-source.m4 \
group-member.m4 \
iconv.m4 \
-inttypes_h.m4 \
+inttypes.m4 \
isc-posix.m4 \
jm-glibc-io.m4 \
jm-macros.m4 \
@@ -152,6 +152,7 @@ lcmessage.m4 \
lib-check.m4 \
libintl.m4 \
link-follow.m4 \
+longlong.m4 \
ls-mntd-fs.m4 \
lstat.m4 \
malloc.m4 \
@@ -177,7 +178,6 @@ strerror_r.m4 \
strftime.m4 \
timespec.m4 \
uintmax_t.m4 \
-ulonglong.m4 \
unlink-busy.m4 \
uptime.m4 \
utimbuf.m4 \
@@ -196,7 +196,7 @@ all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu m4/Makefile
+ $(AUTOMAKE) --gnits m4/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \