Browse Source

configure: add message to avoid manual modification of config.texi

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
tags/n3.0
Ganesh Ajjanagadde Stefano Sabatini 10 years ago
parent
commit
079d553b9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -6221,7 +6221,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
mkdir -p doc mkdir -p doc
mkdir -p tests mkdir -p tests
mkdir -p tests/api mkdir -p tests/api
echo "@c auto-generated by configure" > doc/config.texi
echo "@c auto-generated by configure - do not modify! " > doc/config.texi


print_config ARCH_ "$config_files" $ARCH_LIST print_config ARCH_ "$config_files" $ARCH_LIST
print_config HAVE_ "$config_files" $HAVE_LIST print_config HAVE_ "$config_files" $HAVE_LIST


Loading…
Cancel
Save