Changeset 42:84574c08b090 in xplcommon for bootstrap.sh


Ignore:
Timestamp:
01/20/13 09:05:33 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Made use of the AM_VSCPL_TARGET_API macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap.sh

    r40 r42  
    11#!/bin/sh
     2
     3set -e -u
    24
    35scriptdir=`dirname $0`
     
    68
    79libtoolize
    8 aclocal -I m4
     10aclocal -I m4 -I $1
    911automake -a
    1012autoconf
Note: See TracChangeset for help on using the changeset viewer.