chiark
/
gitweb
/
~ian
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944f4c4
)
autogen.sh: Write a comment about need for autoheader
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 6 Dec 2019 13:42:50 +0000
(13:42 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:50 +0000
(17:08 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index dddafaca8f72de31a21969dd510fd52942afa824..0459fdafddf20659a86efcd8c05366f65a5c4f3d 100755
(executable)
--- 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