From c74198d7e95eae691e717caafed7faa46000cbbd Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Mon, 6 Jun 2016 22:16:05 -0700 Subject: [PATCH] Update touchconfig.sh for renamed configure.in -> configure.ac --- touchconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touchconfig.sh b/touchconfig.sh index 9e3fbb3..25d8276 100755 --- a/touchconfig.sh +++ b/touchconfig.sh @@ -4,5 +4,5 @@ # and insists they need to be regenerated, though they really don't. # This script bumps the timestamps on the right files in the right order, # such that they don't all match, and make can proceed on its way. -touch configure.in acinclude.m4 aclocal.m4 configure Makefile.am Makefile.in +touch configure.ac acinclude.m4 aclocal.m4 configure Makefile.am Makefile.in