ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/.prebuild
(Generate patch)

Comparing rxvt-unicode/.prebuild (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:07 2003 UTC vs.
Revision 1.2 by pcg, Wed Mar 3 04:07:45 2004 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3# 3#
4# run autoheader 4# run autoheader
5# 5#
6newah=0
7autoheader --version | grep -q autoheader && newah=1
8 6
9if test $newah = 1; then
10 cmd="autoheader --include=autoconf autoconf/configure.in" 7autoheader2.50 --include=autoconf autoconf/configure.in
11else
12 cmd="autoheader --localdir=autoconf autoconf/configure.in > autoconf/config.h.in"
13fi
14echo $cmd
15eval $cmd
16chmod 644 autoconf/config.h.in 8chmod 644 autoconf/config.h.in
17 9
18# 10#
19# run autoconf 11# run autoconf
20# 12#
21newac=0
22autoconf --version | grep -q autoconf && newac=1
23 13
24if test $newac = 1; then
25 cmd="autoconf --include=autoconf autoconf/configure.in > configure" 14autoconf2.50 --include=autoconf autoconf/configure.in > configure
26else
27 cmd="autoconf --localdir=autoconf autoconf/configure.in > configure"
28fi
29echo $cmd
30eval $cmd
31chmod 755 configure 15chmod 755 configure

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines