summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-04-07 16:59:43 +0000
committerJim Meyering <jim@meyering.net>1997-04-07 16:59:43 +0000
commit738818ee66fdb3bfc4c46b79d3aa70b7790896cd (patch)
tree0c0129032e7c03cb2ee32ace921ec66a08c5a3f0 /m4
parent90e1281e8e8e95bf7cd49c7d9e5272b898d8719c (diff)
downloadcoreutils-738818ee66fdb3bfc4c46b79d3aa70b7790896cd.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 83e32f580..7ae587267 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1m from Makefile.am
+# Makefile.in generated automatically by automake 1.1n from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -46,7 +46,13 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
-ANSI2KNR = @ANSI2KNR@
+
+NORMAL_INSTALL = true
+PRE_INSTALL = true
+POST_INSTALL = true
+NORMAL_UNINSTALL = true
+PRE_UNINSTALL = true
+POST_UNINSTALL = true
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
@@ -56,7 +62,6 @@ GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
@@ -78,9 +83,8 @@ VERSION = @VERSION@
l = @l@
EXTRA_DIST = README \
-chown.m4 getgroups.m4 getline.m4 getloadavg.m4 gettext.m4 jm-mktime.m4 \
-jm-winsz1.m4 jm-winsz2.m4 lcmessage.m4 memcmp.m4 mktime.m4 progtest.m4 \
-strftime.m4 uptime.m4
+chown.m4 getgroups.m4 getline.m4 getloadavg.m4 jm-mktime.m4 jm-winsz1.m4 \
+jm-winsz2.m4 memcmp.m4 strftime.m4 uptime.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -121,10 +125,10 @@ check: all
$(MAKE)
installcheck:
install-exec:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install-data:
- $(NORMAL_INSTALL)
+ @$(NORMAL_INSTALL)
install: install-exec install-data all
@: