Changeset 1409 for trunk/build_support
- Timestamp:
- Aug 14, 2008, 5:59:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/yat-config.in
r1408 r1409 117 117 ;; 118 118 --atleast-version=*) 119 optarg=`@ECHO@ "$1" | sed 's/--atleast-version=//'` 119 120 min_major=`@ECHO@ "$optarg" | sed 's/\([0-9]*\).*/\1/'` 120 121 if test "$optarg" = "$min_major"; then … … 129 130 fi 130 131 if test "$optarg" = "$min_patch"; then 132 echo "yat-config: \`$optarg' is not a valid VERSION" 131 133 exit 255 132 134 fi 133 135 if !(test -n "$min_major" && test -n "$min_minor" \ 134 136 && test -n "$min_patch"); then 137 echo "yat-config: \`$optarg' is not a valid VERSION" 135 138 exit 255 136 139 fi
Note: See TracChangeset
for help on using the changeset viewer.