Comment header fix.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 16:34:23 +0000 (16:34 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 16:34:23 +0000 (16:34 +0000)
apps/autodist/autodist.in

index 33c49f61e75abdccfe7a795cad907e0d801be20d..d969cd856d085f891cf1b6ba4aae80e35e680855 100755 (executable)
@@ -306,9 +306,9 @@ ad_make_configure_ac()
   # Header for configure.ac
   fname="configure.tmp.ac"
   echo "# Automatically generated by Autodist $ver.  Do not edit." > $fname
-  echo "# To make changes edit the $i file in the source tree." >> $fname
+  echo "# To make changes edit the configure.ad file in the source tree." >> $fname
   echo >> $fname
-  echo "# Source: $i" >> $fname
+  echo "# Source: configure.ad" >> $fname
   echo "# Generated: `date` by `whoami`" >> $fname
   echo "# Distribution: $distribution" >> $fname
   echo "# License: $license" >> $fname