Changeset 4436:8ab4f938593d in roaraudio


Ignore:
Timestamp:
10/09/10 15:25:15 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated configure script so it includes version and dev vendor data in Makefile.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4411 r4436  
    1212 
    1313#set -x 
     14 
     15# IDs officaly assigned 
     16DEV_VENDOR=0 
     17DEV_VENDOR_NAME='RoarAudio' 
     18#-------- 
     19 
    1420 
    1521TF_C=testit.c 
     
    115121 
    116122_CARGS="$@"; 
     123 
     124echo -n "checking for version of this package... " 
     125VERSION=`head -n 1 ChangeLog | cut -d' ' -f2` 
     126echo "$VERSION" 
     127 
    117128 
    118129echo -n "checking for C compiler... " 
     
    10191030# now write the cc name to Makefile.conf 
    10201031{ 
     1032 echo "VERSION=$VERSION" 
     1033 echo "DEV_VENDOR=$DEV_VENDOR" 
     1034 echo "DEV_VENDOR_NAME=$DEV_VENDOR_NAME" 
     1035 echo "DEV_VENDOR_STRING=$DEV_VENDOR/$DEV_VENDOR_NAME" 
     1036 echo 
    10211037 echo "SHARED=$SHARED" 
    10221038 echo "SHARED_CF=$SHARED_CF" 
Note: See TracChangeset for help on using the changeset viewer.