Changeset 1370 for trunk/build_support


Ignore:
Timestamp:
Jul 14, 2008, 4:35:12 PM (15 years ago)
Author:
Peter
Message:

adding --link-libtool option in yat-config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/yat-config.in

    r1351 r1370  
    5656  --libs            print additional libraries to link against
    5757  --link-ld         print link switch(es) for linking to @PACKAGE@
     58  --link-libtool    print the libtool inputs for linking to @PACKAGE@
    5859  --version         print @PACKAGE@'s version
    5960  --version-major   print @PACKAGE@'s MAJOR version
     
    113114    flags="$flags -L$libdir -l${YAT_LIBNAME}"
    114115    ;;
     116    --link-libtool)
     117    flags="$flags $libdir/@YAT_LIB@"
     118    ;;
    115119    --version)
    116120    @ECHO@ @VERSION@
Note: See TracChangeset for help on using the changeset viewer.