From ccbec085d1211f2d4a412fc47b9763d8678049f9 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Mon, 19 Sep 1994 14:13:43 +0000 Subject: [PATCH] Initial revision --- lib/am/remake-hdr.am | 16 ++++++++++++++++ remake-hdr.am | 16 ++++++++++++++++ remake.am | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 lib/am/remake-hdr.am create mode 100644 remake-hdr.am create mode 100644 remake.am diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am new file mode 100644 index 00000000..40b618ab --- /dev/null +++ b/lib/am/remake-hdr.am @@ -0,0 +1,16 @@ +# For the justification of the following Makefile rules, see node +# `Automatic Remaking' in GNU Autoconf documentation. +Makefile: Makefile.in config.status + CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +config.status: configure + ./config.status --recheck +configure: configure.in aclocal.m4 + cd $(srcdir); autoconf + +${CONFIG_HEADER}: stamp-h +stamp-h: ${CONFIG_HEADER}.in config.status + CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status +${CONFIG_HEADER}.in: stamp-h.in +stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER} + cd $(srcdir); autoheader + date > $(srcdir)/stamp-h.in diff --git a/remake-hdr.am b/remake-hdr.am new file mode 100644 index 00000000..40b618ab --- /dev/null +++ b/remake-hdr.am @@ -0,0 +1,16 @@ +# For the justification of the following Makefile rules, see node +# `Automatic Remaking' in GNU Autoconf documentation. +Makefile: Makefile.in config.status + CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +config.status: configure + ./config.status --recheck +configure: configure.in aclocal.m4 + cd $(srcdir); autoconf + +${CONFIG_HEADER}: stamp-h +stamp-h: ${CONFIG_HEADER}.in config.status + CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status +${CONFIG_HEADER}.in: stamp-h.in +stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER} + cd $(srcdir); autoheader + date > $(srcdir)/stamp-h.in diff --git a/remake.am b/remake.am new file mode 100644 index 00000000..0f051d9f --- /dev/null +++ b/remake.am @@ -0,0 +1,8 @@ +# For the justification of the following Makefile rules, see node +# `Automatic Remaking' in GNU Autoconf documentation. +Makefile: Makefile.in config.status + CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status +config.status: configure + ./config.status --recheck +configure: configure.in aclocal.m4 + cd $(srcdir); autoconf -- 2.43.5