Initial commit
[platform/upstream/ccid.git] / bootstrap
1 #! /bin/bash
2
3 set -x
4
5 LIBTOOLIZE=libtoolize
6 # From brew(1) on Mac OS X
7 # ==> Caveats
8 #  In order to prevent conflicts with Apple's own libtool we have prepended a "g"
9 #  so, you have instead: glibtool and glibtoolize.
10 which glibtoolize && LIBTOOLIZE=glibtoolize
11
12 aclocal -I m4
13 $LIBTOOLIZE --copy --force --automake
14 autoheader --force
15 autoconf --force
16 automake --add-missing --copy --force --foreign