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

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
pull/154/head
Ganesh Ajjanagadde 10 years ago committed by Stefano Sabatini
parent 1460719153
commit 079d553b9e
  1. 2
      configure

2
configure vendored

@ -6221,7 +6221,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
mkdir -p doc
mkdir -p tests
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 HAVE_ "$config_files" $HAVE_LIST

Loading…
Cancel
Save