changeset 30187:f655202744be

attempt to automate running bootstrap script * Makefile.am: New rule to run bootstrap if Makefile.in is newer than bootstrap.conf or bootstrap.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Sep 2021 07:28:26 -0400
parents a150f1945ad0
children e424d966dca7
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Sep 16 09:19:58 2021 -0700
+++ b/Makefile.am	Wed Sep 15 07:28:26 2021 -0400
@@ -550,3 +550,6 @@
 
 %.ll-tst : %.ll
 	$(AM_V_GEN)$(test-file-commands)
+
+$(srcdir)/Makefile.in: $(srcdir)/bootstrap $(srcdir)/bootstrap.conf
+	(cd $(srcdir); ./bootstrap)