My favorites | Sign in
Project Logo
phc
                
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -x
AUTOCONF_ARCHIVE=/usr/share/autoconf-archive

# autotools invocations are hard to get right.

aclocal -I m4 -I libltdl -I $AUTOCONF_ARCHIVE
autoconf
automake

set +x
echo "To build phc, run \"./configure\" followed by \"make\""
Show details Hide details

Change log

r2386 by paul.biggar on Feb 05, 2009   Diff
I'm tired of getting autotools invocations
wrong. From now on, just call ./bootstrap.
Then configure, etc.
Go to: 
Sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 248 bytes, 13 lines

File properties

svn:executable
*
Hosted by Google Code