Changeset 256

Show
Ignore:
Timestamp:
06/18/08 14:22:51 (2 months ago)
Author:
conrad
Message:

update build for autoreconf, PKG_CONFIG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • home/bin/build

    r253 r256  
    105105  export CPPFLAGS="-I${prefix}/include $SAVED_CPPFLAGS" 
    106106  export LDFLAGS="-L${prefix}/lib $SAVED_LDFLAGS" 
     107  export PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:$SAVED_PKG_CONFIG_PATH" 
    107108} 
    108109 
     
    227228    build_configure_customize 
    228229    build_in_builddir  $srcdir/autogen.sh $CONFIGURE_FLAGS $* 
     230  elif [ -e configure.ac ] ; then 
     231    build_try_run "Reconfiguring autotools" \ 
     232      "autoreconf $*" 
    229233  fi 
    230234} 
     
    407411    build_clean $* 
    408412    ;; 
    409   autogen*|mrproper) 
     413  autoreconf|autogen*|mrproper) 
    410414    build_prepare $* 
    411415    ;;