From d6d3ba948e839fc133b8620d9c8b37e44760f26a Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Thu, 19 Sep 2002 21:02:53 +0000 Subject: Updated cvscompile.sh to use configure.ac instead of configure.in CVS patchset: 2711 CVS date: 2002/09/19 21:02:53 --- cvscompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvscompile.sh b/cvscompile.sh index 2740d531c..a9c336d70 100755 --- a/cvscompile.sh +++ b/cvscompile.sh @@ -31,7 +31,7 @@ else exit 1 fi -(test -f $srcdir/configure.in) || { +(test -f $srcdir/configure.ac) || { echo -n "*** Error ***: Directory "\`$srcdir\'" does not look like the" echo " top-level directory" exit 1 -- cgit v1.2.3