libpng/configure

14 lines
398 B
Plaintext
Raw Normal View History

2004-11-01 15:13:40 -05:00
#!/bin/sh
echo "
There is no \"configure\" script in this distribution of
2004-11-01 23:38:54 -05:00
libpng-1.2.8beta2.
2004-11-01 15:13:40 -05:00
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
2004-11-01 23:38:54 -05:00
libpng-1.2.8beta2-config.tar.gz
2004-11-01 15:13:40 -05:00
"
2000-03-21 06:13:06 -05:00