]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - m4.sh
Add better debug output to m4.sh and link.sh.
[config/dotfiles.git] / m4.sh
diff --git a/m4.sh b/m4.sh
index b4a935c3ed8a3bf99f5f0142cf9602f59e4d2627..92e9439be35265dffdfc6471e17f35aa816cdcb7 100755 (executable)
--- a/m4.sh
+++ b/m4.sh
@@ -21,4 +21,5 @@ echo "# It was generated from $file.m4 on `date`." >> $file
 echo >> $file
 
 # Process $1.m4 with m4 using the given options.
+echo "m4.sh: generating '$file' from '$file.m4' with options '$*'"
 m4 $* $file.m4 >> $file