projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e6fa8
)
Added that you should check in aclocal.m4 after acconfig.h, if you change it.
author
Shantonu Sen
<ssen@mit.edu>
Mon, 17 Apr 2000 05:29:49 +0000
(
05:29
+0000)
committer
Shantonu Sen
<ssen@mit.edu>
Mon, 17 Apr 2000 05:29:49 +0000
(
05:29
+0000)
docs/README.developers
patch
|
blob
|
history
diff --git
a/docs/README.developers
b/docs/README.developers
index
4437340
..
3529620
100644
(file)
--- a/
docs/README.developers
+++ b/
docs/README.developers
@@
-45,8
+45,9
@@
The correct order to commit the configure-related files is:
% cvs commit acconfig.h config.h.in configure.in configure stamp-h.in
-If you haven't changed all of those files, just commit the rest in the stated
-order (e.g. cvs commit acconfig.h config.h.in stamp-h.in).
+If you haven't changed all of those files, just commit the rest in the
+stated order (e.g. cvs commit acconfig.h config.h.in stamp-h.in). If
+you change aclocal.m4, put that after acconfig.h.
-------------------