Changeset 1505


Ignore:
Timestamp:
Sep 16, 2008, 7:03:27 PM (15 years ago)
Author:
Peter
Message:

adding missing replacements in sed cmd

Location:
trunk/build_support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/Makefile.am

    r1504 r1505  
    3535
    3636edit = sed \
     37  -e 's|@SHELL[@]|$(SHELL)|g' \
    3738  -e 's|@prefix[@]|$(prefix)|g' \
    3839  -e 's|@exec_prefix[@]|$(exec_prefix)|g' \
     
    5152  -e 's|@PACKAGE[@]|$(PACKAGE)|g' \
    5253  -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
    53   -e 's|@YAT_LIBNAME[@]|$(YAT_LIBNAME)|g'
     54  -e 's|@ECHO[@]|$(ECHO)|g' \
     55  -e 's|@VERSION[@]|$(VERSION)|g' \
     56  -e 's|@YAT_MAJOR_VERSION[@]|$(YAT_MAJOR_VERSION)|g' \
     57  -e 's|@YAT_MINOR_VERSION[@]|$(YAT_MINOR_VERSION)|g' \
     58  -e 's|@YAT_PATCH_VERSION[@]|$(YAT_PATCH_VERSION)|g' \
     59  -e 's|@YAT_DEV_BUILD[@]|$(YAT_DEV_BUILD)|g' \
     60  -e 's|@YAT_LIBNAME[@]|$(YAT_LIBNAME)|g' \
     61  -e 's|@gsl_version[@]|$(gsl_version)|g' \
     62  -e 's|@boost_version[@]|$(boost_version)|g'
    5463
    5564yat-config: Makefile yat-config.in
  • trunk/build_support/yat-config.in

    r1487 r1505  
    11#! @SHELL@
    2 # @configure_input@
    3 
    42# $Id$
     3
     4# Generated from yat-config.in by make
    55
    66# Copyright (C) 2008 Peter Johansson
  • trunk/build_support/yat.pc.in

    r1487 r1505  
    11# $Id$
     2
     3# Generated from yat.pc.in
    24
    35# Copyright (C) 2008 Peter Johansson
Note: See TracChangeset for help on using the changeset viewer.