libpng/scripts/libpng-config-head.in
2009-06-24 09:35:48 -05:00

24 lines
386 B
Bash
Executable File

#! /bin/sh
# libpng-config
# provides configuration info for libpng.
# Copyright (C) 2002 Glenn Randers-Pehrson
# This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h
# Modeled after libxml-config.
version=1.4.0beta65
prefix=""
libdir=""
libs=""
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""