Changeset 1712:fc75359f48e8
- Timestamp:
- 2000-05-09 08:08:57 (9 years ago)
- Author:
- Thomas Roessler <roessler@…>
- Branch:
- HEAD
- Message:
-
start preparing 1.2.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1659
|
r1712
|
|
| 15 | 15 | set -e |
| 16 | 16 | |
| 17 | | devel="devel/" # uncomment for the stable branch |
| | 17 | # devel="devel/" # uncomment for the stable branch |
| 18 | 18 | |
| 19 | 19 | # update the source |
| … |
… |
|
| 41 | 41 | # now, prepare the distribution tar balls |
| 42 | 42 | |
| | 43 | (cd m4 && make -f Makefile.am.in) |
| | 44 | automake |
| 43 | 45 | touch configure.in |
| 44 | 46 | make config.status |