ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/.prebuild
Revision: 1.3
Committed: Sun Feb 13 09:05:10 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/bin/sh
2
3 #
4 # run autoheader
5 #
6
7 autoheader2.50 --include=autoconf autoconf/configure.in
8 chmod 644 autoconf/config.h.in
9
10 #
11 # run autoconf
12 #
13
14 autoconf2.50 --include=autoconf autoconf/configure.in > configure
15 chmod 755 configure