Differences From Artifact [f18a3d8d1a]:
- Executable file memchan/build.sh — part of check-in [db6bac1cb3] at 2010-09-26 04:37:18 on branch trunk — Corrected typo (user: rkeene, size: 1241) [annotate] [blame] [check-ins using]
 
To Artifact [cd0bedd3b8]:
- Executable file memchan/build.sh — part of check-in [082204b4b8] at 2010-09-26 04:37:21 on branch trunk — Cleaned up false error (user: rkeene, size: 1250) [annotate] [blame] [check-ins using]
 
| ︙ | |||
44 45 46 47 48 49 50 51 52 53  | 44 45 46 47 48 49 50 51 52 53 54 55  | + +  | 
	cd generic || exit 1
	../configure --enable-shared --prefix="${INSTDIR}" --exec-prefix="${INSTDIR}" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}
	"${MAKE:-make}" || exit 1
	"${MAKE:-make}" install
	exit 0
) || exit 1
exit 0
 |