Changeset 1107 for trunk/bootstrap
- Timestamp:
- Jun 23, 2010, 3:56:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap
r978 r1107 28 28 # configure program. 29 29 30 autoreconf --install --symlink --force 30 me=bootstrap 31 verbose=no 32 # parse options 33 while test $# -gt 0; do 34 case "$1" in 35 --verbose | -v) verbose=yes;; 36 *) echo "$me: invalid option '$1'" >& 2 && exit 1;; 37 esac 38 shift; 39 done 40 if test "x$verbose" = "xno"; then 41 exec >& /dev/null 42 fi 43 cmd="autoreconf --install --symlink --force --verbose"; 44 echo "$me: running: $cmd"; 45 exec $cmd; 46
Note: See TracChangeset
for help on using the changeset viewer.