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