Ignore:
Timestamp:
Nov 10, 2013, 2:22:53 AM (10 years ago)
Author:
Peter
Message:

refs #737

configure.ac: Define new variables YAT_LIBS, YAT_STATIC_LIBS, yat_libyat_la_LIBADD, YAT_PRIMARY_LIBS, and YAT_PC_LIBS (see code for definitions).

build_support/yat.pc.in: reflect new variables
build_support/yat-config.in: reflect new variables
build_support/gen_yat_pc.sh.in: reflect new variables
build_support/Makefile.am: reflect new variables
yat/Makefile.am: use AC_SUBSTed yat_libyat_la_LIBADD
test/static_test.sh: avoid redeclaring variable in generated Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/gen_yat_pc.sh.in

    r2960 r3111  
    8484-e 's|@LDFLAGS[@]|@LDFLAGS@|g' \
    8585-e 's|@YAT_LDFLAGS[@]|@YAT_LDFLAGS@|g' \
    86 -e 's|@BOOST_THREAD_LIB[@]|@BOOST_THREAD_LIB@|g' \
    87 -e 's|@BOOST_SYSTEM_LIB[@]|@BOOST_SYSTEM_LIB@|g' \
    88 -e 's|@BAM_LIBS[@]|@BAM_LIBS@|g' \
     86-e 's|@YAT_PC_LIBS[@]|@YAT_PC_LIBS@|g' \
    8987-e 's|@LIBS[@]|@LIBS@|g' \
    9088< $input
Note: See TracChangeset for help on using the changeset viewer.