# HG changeset patch # User John W. Eaton # Date 1631705306 14400 # Node ID f655202744be2504f14ad18618b5d644da71be3d # Parent a150f1945ad08d18df21ae4afa93335cb82b2326 attempt to automate running bootstrap script * Makefile.am: New rule to run bootstrap if Makefile.in is newer than bootstrap.conf or bootstrap. diff -r a150f1945ad0 -r f655202744be Makefile.am --- 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)