home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 2000 April & May
/
AMIGA_2000_04.iso
/
patches
/
mesa3.1
/
bootstrap
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1999-09-23
|
251 b
|
14 lines
#! /bin/sh
# helps bootstrapping Mesa, when checked out from CVS
# requires GNU autoconf and GNU automake
# this is not meant to go into the distributions
test -f ltmain.sh || libtoolize -c -f
aclocal -I .
autoheader
automake -a -c
autoconf
exit 0