root / trunk / bootstrap

Revision 1322, 200 bytes (checked in by glslang, 1 year ago)

+ merge cleanups and tidy-ups

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#! /bin/bash
2
3if test "`uname`" = "Darwin" ; then
4        libtoolize_=glibtoolize
5else
6        libtoolize_=libtoolize
7fi
8
9aclocal -I m4
10$libtoolize_ --force --copy
11autoheader
12automake --add-missing --copy
13autoconf
Note: See TracBrowser for help on using the browser.