libpng/scripts/libpng-config-head.in

22 lines
330 B
Plaintext
Raw Normal View History

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.
version=1.4.0beta65
2002-05-10 21:19:58 -04:00
prefix=""
2002-09-18 00:38:46 -04:00
libdir=""
2002-05-10 21:19:58 -04:00
libs=""
2002-09-18 00:38:46 -04:00
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""
2002-05-10 21:19:58 -04:00