summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/basename/Makefile.in1
-rw-r--r--tests/date/Makefile.in3
-rw-r--r--tests/expr/Makefile.in1
-rw-r--r--tests/factor/Makefile.in1
-rw-r--r--tests/seq/Makefile.in1
-rw-r--r--tests/stty/Makefile.in1
-rw-r--r--tests/test/Makefile.in3
7 files changed, 9 insertions, 2 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index 18d4f6436..8e4160109 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in
index c3dabf8f5..323dd1e2e 100644
--- a/tests/date/Makefile.in
+++ b/tests/date/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
@@ -165,7 +166,7 @@ all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnits tests/date/Makefile
+ $(AUTOMAKE) --gnu tests/date/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index f8a2202f8..ba78c1f67 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index 51377b832..090cf0872 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 8de5781dc..f6a4ed192 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index d8f0eb604..e5a55d7a5 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in
index a97055891..17eaece80 100644
--- a/tests/test/Makefile.in
+++ b/tests/test/Makefile.in
@@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
+HELP2MAN = @HELP2MAN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
@@ -179,7 +180,7 @@ all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnits tests/test/Makefile
+ $(AUTOMAKE) --gnu tests/test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \