Formerly acgeneral.m4.~158~

This commit is contained in:
David MacKenzie 1993-11-13 17:24:55 +00:00
parent 9bf1a6aac6
commit a19beffa22
2 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@ changequote([,])dnl
rm -f "$file" rm -f "$file"
comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
case "$file" in case "$file" in
*.c | *.h ) echo "/* $comment_str */" > "$file" ;; *.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$file" ;;
* ) echo "# $comment_str" > "$file" ;; * ) echo "# $comment_str" > "$file" ;;
esac esac
sed -e " sed -e "

View File

@ -719,7 +719,7 @@ changequote([,])dnl
rm -f "$file" rm -f "$file"
comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
case "$file" in case "$file" in
*.c | *.h ) echo "/* $comment_str */" > "$file" ;; *.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$file" ;;
* ) echo "# $comment_str" > "$file" ;; * ) echo "# $comment_str" > "$file" ;;
esac esac
sed -e " sed -e "