Changeset 9693

Show
Ignore:
Timestamp:
05/22/08 13:42:09 (6 months ago)
Author:
js
Message:

Use glibtoolize if available, we need this on OS X with MacPorts?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/autogen.sh

    r9692 r9693  
    1818  fi 
    1919 
     20  which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize" 
     21 
    2022  intltoolize --force --automake \ 
    2123  && aclocal -I ./m4 \ 
    22   && libtoolize --copy --force --automake \ 
     24  && $LIBTOOLIZE --copy --force --automake \ 
    2325  && autoheader \ 
    2426  && autoconf  \