IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3808


Ignore:
Timestamp:
Apr 29, 2005, 8:44:24 AM (21 years ago)
Author:
desonia
Message:

modified to not force version and to check for glibtoolize (for MacOSX).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/autogen.sh

    r3787 r3808  
    1414DIE=0
    1515
    16 LIBTOOLIZE=libtoolize
    17 ACLOCAL=aclocal-1.6
     16if [ "`which glibtoolize 2> /dev/null`" != "" ]
     17 then LIBTOOLIZE=glibtoolize
     18 else LIBTOOLIZE=libtoolize
     19fi
     20
     21ACLOCAL=aclocal
    1822AUTOHEADER=autoheader
    19 AUTOMAKE=automake-1.6
     23AUTOMAKE=automake
    2024AUTOCONF=autoconf
    2125
Note: See TracChangeset for help on using the changeset viewer.