diff autogen.sh @ 7:e5c49367b899

Updated to 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:25:05 +0000
parents 183e7cbc1036
children 364fe4a69c2b
line wrap: on
line diff
--- a/autogen.sh	Tue Jun 03 11:19:04 2003 +0000
+++ b/autogen.sh	Tue Jun 03 11:25:05 2003 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 
 echo "**************************************************"
 echo "** Generating build information                 **"
@@ -9,7 +9,7 @@
 
 # Touch the timestamps on all the files since CVS messes them up
 directory=`dirname $0`
-touch $directory/configure.in
+touch $directory/configure.ac
 
 # Regenerate configuration files
 echo "* aclocal"