diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:09:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:09:44 -0800 |
commit | f792d440e23879510ea29f4dbf935ab9509ecea5 (patch) | |
tree | ef9df2e2036b3a1855984c21ab7d1eb59f682ede /configure | |
parent | 9881df878fa054041fbf30da70d2b033ce84fe29 (diff) | |
download | txr-f792d440e23879510ea29f4dbf935ab9509ecea5.tar.gz txr-f792d440e23879510ea29f4dbf935ab9509ecea5.tar.bz2 txr-f792d440e23879510ea29f4dbf935ab9509ecea5.zip |
Add comments to generated files.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -458,6 +458,11 @@ fi gen_config_make() { cat > config.make <<! +# +# Make include file automatically generated by $0. +# Changes to this file are lost when the above is re-run. +# + # absolute path to source code directory top_srcdir := $top_srcdir @@ -523,7 +528,16 @@ printf "\n" # # Start config.h header # -> config.h + +cat <<! > config.h +/* + * Header file automatically generated by $0. + * Tweaking this file may seem like a good temporary workaround + * than tweak the file, but you probably should fix the script + * to do the job. In any case, be aware that you will lose your + * changes if you re-run $0. + */ +! # # Check C compiler sanity |