Changeset 3483

Show
Ignore:
Timestamp:
01/10/06 22:42:26 (3 years ago)
Author:
morris
Message:

configure wants a three-piece canonical system name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj

    r3465 r3483  
    378378                A5E4B33007A9752E00BD6812 /* NSImage-Baadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baadge.tiff"; sourceTree = "<group>"; }; 
    379379                A5E4B33107A9752E00BD6812 /* NSImage-Baaadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baaadge.tiff"; sourceTree = "<group>"; }; 
    380                 A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 
     380                A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 
    381381                A5E4B3E407A97A4900BD6812 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = Tests/WIAutoreleasePool/Info.plist; sourceTree = "<group>"; }; 
    382382                A5E4B3EA07A97A5500BD6812 /* main.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Tests/WIAutoreleasePool/main.m; sourceTree = "<group>"; }; 
  • WiredAdditions/trunk/libwired.sh

    r3465 r3483  
    2020        if [ ! -e "$MAKEFILE" ]; then 
    2121                rm -f config.status config.h Makefile 
     22                 
     23                UNAME_R=$(uname -r) 
    2224 
    23                 ./configure --host=$i --enable-warnings --enable-pthreads --enable-ssl || exit 1 
     25                ./configure --build=$(./config.guess) --host="$i-apple-darwin$UNAME_R" --enable-warnings --enable-pthreads --enable-ssl || exit 1 
    2426 
    2527                mv config.h "$CONFIG_H"