diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-04-03 02:22:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-04-03 02:22:52 +0000 |
commit | 96527c4ea63477abd26c7b37c2d9546e85cc42a9 (patch) | |
tree | 4a293f28463b63570437ef8c223099df3487a380 /sim/README-HACKING | |
parent | 38498962bae33661dac691dcd42b1639aa6ab8fb (diff) | |
download | gdb-96527c4ea63477abd26c7b37c2d9546e85cc42a9.zip gdb-96527c4ea63477abd26c7b37c2d9546e85cc42a9.tar.gz gdb-96527c4ea63477abd26c7b37c2d9546e85cc42a9.tar.bz2 |
Add autoheader counterpart to autoconf-common et.al.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index 48df341..cc11d79 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -122,5 +122,12 @@ renaming): $ more */new-ChangeLog $ make -f Makefile.in autoconf-install +In a similar vein, both the configure and config.in files can be +updated using the sequence: + + $ cd devo/sim + $ make -f Makefile.in autoheader-common + $ make -f Makefile.in autoheader-changelog + $ more */new-ChangeLog + $ make -f Makefile.in autoheader-install - |