Changeset 1712:fc75359f48e8 for build-release
- Timestamp:
- 2000-05-09 08:08:57 (9 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
build-release (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r1659 r1712 15 15 set -e 16 16 17 devel="devel/" # uncomment for the stable branch17 # 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
