core: add support for the autoverbose feature
[fbsplash.git] / core / libs / libpng-1.2.18 / scripts / libpng-config-head.in
blob9e04c7add8cf84674e7086738a22ab181313f4e5
1 #! /bin/sh
3 # libpng-config
4 # provides configuration info for libpng.
6 # Copyright (C) 2002 Glenn Randers-Pehrson
7 # For conditions of distribution and use, see copyright notice in png.h
9 # Modeled after libxml-config.
11 version=1.2.18
12 prefix=""
13 libdir=""
14 libs=""
15 I_opts=""
16 L_opts=""
17 R_opts=""
18 cppflags=""
19 ccopts=""
20 ldopts=""