Changeset 1866
- Timestamp:
- 09/10/2007 00:25:36 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r1771 r1866 282 282 # Configure the Box build system 283 283 echo 284 $PERL ./infrastructure/makebuildenv.pl && 285 $PERL ./infrastructure/makeparcels.pl 284 if ! $PERL ./infrastructure/makebuildenv.pl \ 285 || ! $PERL ./infrastructure/makeparcels.pl; then 286 echo "Making infrastructure failed!" 287 exit 1 288 fi 286 289 287 290 # Write summary of important info
Note: See TracChangeset
for help on using the changeset viewer.
