From: Ian Jackson Date: Fri, 6 Dec 2019 13:42:50 +0000 (+0000) Subject: autogen.sh: Write a comment about need for autoheader X-Git-Tag: v0.6.0~223 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=e48328cdefd78dbc1a2818ca120d2271185a8361 autogen.sh: Write a comment about need for autoheader Signed-off-by: Ian Jackson --- diff --git a/autogen.sh b/autogen.sh index dddafac..0459fda 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,3 +20,7 @@ set -e autoconf autoheader +# ^ although configure will run autoheader if we didn't, our +# objective is for users not to have to have recent autoconf +# installed, so we commit config.h. ./autogen.sh regenerates +# the committed files. \ No newline at end of file