mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Formerly acgeneral.m4.~158~
This commit is contained in:
parent
9bf1a6aac6
commit
a19beffa22
@ -719,7 +719,7 @@ changequote([,])dnl
|
||||
rm -f "$file"
|
||||
comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
|
||||
case "$file" in
|
||||
*.c | *.h ) echo "/* $comment_str */" > "$file" ;;
|
||||
*.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$file" ;;
|
||||
* ) echo "# $comment_str" > "$file" ;;
|
||||
esac
|
||||
sed -e "
|
||||
|
@ -719,7 +719,7 @@ changequote([,])dnl
|
||||
rm -f "$file"
|
||||
comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
|
||||
case "$file" in
|
||||
*.c | *.h ) echo "/* $comment_str */" > "$file" ;;
|
||||
*.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$file" ;;
|
||||
* ) echo "# $comment_str" > "$file" ;;
|
||||
esac
|
||||
sed -e "
|
||||
|
Loading…
Reference in New Issue
Block a user