Changeset 1370 for trunk/build_support
- Timestamp:
- Jul 14, 2008, 4:35:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/yat-config.in
r1351 r1370 56 56 --libs print additional libraries to link against 57 57 --link-ld print link switch(es) for linking to @PACKAGE@ 58 --link-libtool print the libtool inputs for linking to @PACKAGE@ 58 59 --version print @PACKAGE@'s version 59 60 --version-major print @PACKAGE@'s MAJOR version … … 113 114 flags="$flags -L$libdir -l${YAT_LIBNAME}" 114 115 ;; 116 --link-libtool) 117 flags="$flags $libdir/@YAT_LIB@" 118 ;; 115 119 --version) 116 120 @ECHO@ @VERSION@
Note: See TracChangeset
for help on using the changeset viewer.