2002-05-10 21:19:58 -04:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# libpng-config
|
|
|
|
# provides configuration info for libpng.
|
|
|
|
|
|
|
|
# Copyright (C) 2002 Glenn Randers-Pehrson
|
|
|
|
# For conditions of distribution and use, see copyright notice in png.h
|
|
|
|
|
|
|
|
# Modeled after libxml-config.
|
|
|
|
|
2002-06-28 10:34:00 -04:00
|
|
|
version=1.2.4beta3
|
2002-05-10 21:19:58 -04:00
|
|
|
prefix=""
|
|
|
|
cppflags=""
|
|
|
|
cflags=""
|
|
|
|
ldflags=""
|
|
|
|
libs=""
|
|
|
|
|