*** ./src/geodesic.c.ORIG Wed Apr 8 10:36:45 2015 --- ./src/geodesic.c Wed Apr 8 10:37:19 2015 *************** *** 41,48 **** typedef int boolx; static unsigned init = 0; ! static const int FALSE = 0; ! static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh; --- 41,48 ---- typedef int boolx; static unsigned init = 0; ! //static const int FALSE = 0; ! //static const int TRUE = 1; static unsigned digits, maxit1, maxit2; static real epsilon, realmin, pi, degree, NaN, tiny, tol0, tol1, tol2, tolb, xthresh; *** ./autogen.sh.ORIG Tue Sep 20 13:26:01 2016 --- ./autogen.sh Tue Sep 20 13:26:22 2016 *************** *** 12,23 **** OSTYPE=`uname -s` ! for libtoolize in glibtoolize libtoolize; do ! LIBTOOLIZE=`which $libtoolize 2>/dev/null` ! if test "$LIBTOOLIZE"; then ! break; ! fi ! done #AMFLAGS="--add-missing --copy --force-missing" AMFLAGS="--add-missing --copy" --- 12,18 ---- OSTYPE=`uname -s` ! LIBTOOLIZE=libtoolize #AMFLAGS="--add-missing --copy --force-missing" AMFLAGS="--add-missing --copy"