source: autogen.sh @ 4918535

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 4918535 was 4918535, checked in by Mike Ryan <mikeryan@…>, 14 years ago

top-level build

  • Property mode set to 100755
File size: 282 bytes
Line 
1#!/bin/sh
2
3LIBTOOLIZE=`which glibtoolize 2>/dev/null`
4case "$LIBTOOLIZE" in
5        /* )    ;;
6        *  )    LIBTOOLIZE=`which libtoolize 2>/dev/null`
7                case "$LIBTOOLIZE" in
8                        /* )    ;;
9                        *  )    LIBTOOLIZE=libtoolize
10                                ;;
11                esac
12                ;;
13esac
14
15$LIBTOOLIZE --force &&
16aclocal &&
17automake -a &&
18autoconf
19
Note: See TracBrowser for help on using the repository browser.