From aa864d214249bc16b93a56dbdc1cac91fa276a46 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 11 Oct 2018 17:23:31 -0400 Subject: Automatically detect outdated generated files Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them. --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f6a3afbd..48ac0d37 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,6 @@ #!/bin/sh +set -e aclocal -I m4 autoheader autoconf +md5sum configure.ac m4/* >| autofiles.sums -- cgit v1.2.3-54-g00ecf