From 92b2597e91dfb53d1f95a402f3ec908b29f831c1 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 18 Apr 2005 16:34:23 +0000 Subject: [PATCH] Comment header fix. --- apps/autodist/autodist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 33c49f6..d969cd8 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -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 -- 2.24.0