]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly acgeneral.m4.~158~
authorDavid MacKenzie <djm@djmnet.org>
Sat, 13 Nov 1993 17:24:55 +0000 (17:24 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 13 Nov 1993 17:24:55 +0000 (17:24 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 16dff128d0710a473627522fab4e6a953668f78c..47b5e59b4dddce3f650e424bbda05458ab46977d 100644 (file)
@@ -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 "
index 16dff128d0710a473627522fab4e6a953668f78c..47b5e59b4dddce3f650e424bbda05458ab46977d 100644 (file)
@@ -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 "