Commits
David B. Evans authored 083f3406dee
1 - | --- autogen.sh.orig 2016-08-25 15:20:16.000000000 -0700 |
2 - | +++ autogen.sh 2016-09-02 02:44:20.000000000 -0700 |
3 - | |
1 + | --- autogen.sh.orig 2017-02-04 13:36:05.000000000 -0800 |
2 + | +++ autogen.sh 2017-07-25 08:19:23.000000000 -0700 |
3 + | |
4 4 | exit 1 |
5 5 | fi |
6 6 | |
7 7 | -LIBTOOL=`which libtoolize` |
8 8 | +LIBTOOL=`which glibtoolize` |
9 9 | if test -z $LIBTOOL; then |
10 10 | echo "*** No libtool found, please install it ***" |
11 11 | exit 1 |
12 - | fi |
13 - | |
14 - | -git submodule update --init --recursive |
15 - | +#git submodule update --init --recursive |
16 - | |
17 - | -if [ $? != 0 ]; then |
18 - | - echo "*** Failed to download submodules. Maybe you have a bad connection or a submodule was not forked?" |
19 - | - exit 1 |
20 - | -fi |
21 - | +#if [ $? != 0 ]; then |
22 - | +# echo "*** Failed to download submodules. Maybe you have a bad connection or a submodule was not forked?" |
23 - | +# exit 1 |
24 - | +#fi |
25 - | |
26 - | autopoint --force |
27 - | AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose |