blob: f7affd5cc0076e81c2351aecc5253ec0954d55e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
echo "
There is no \"configure\" script in this distribution of
libpng-1.2.8.
Instead, please copy the appropriate makefile for your system from the
\"scripts\" directory. Read the INSTALL file for more details.
Update, July 2004: you can get a "configure" based distribution
from the libpng distribution sites. Download the file
libpng-1.2.8-config.tar.gz
"
|