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

r2458 by paul.biggar on Feb 15, 2009   Diff
Merge from trunk. Merge log:

Merged revisions 2383,2385-2387,2399,2425,
2427,2429-2431,2436,2439,2445,2448,2450,24
52,2457 via svnmerge from
https://phc.googlecode.com/svn/trunk

........
  r2383 | paul.biggar | 2009-02-05
21:27:06 +0000 (Thu, 05 Feb 2009) | 2
lines

...
Go to: 
Sign in to write a code review

Older revisions

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.
All revisions of this file

File info

Size: 248 bytes, 13 lines

File properties

svn:executable
*
Hosted by Google Code