From a120e2dee40eb1ec02b28064f45891cd6f8b3d28 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Dec 2019 13:42:50 +0000 Subject: [PATCH] autogen.sh: Write a comment about need for autoheader Signed-off-by: Ian Jackson --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2