Mercurial > fife-parpg
comparison ext/libpng-1.2.29/scripts/libpng-config-head.in @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 #! /bin/sh | |
2 | |
3 # libpng-config | |
4 # provides configuration info for libpng. | |
5 | |
6 # Copyright (C) 2002 Glenn Randers-Pehrson | |
7 # For conditions of distribution and use, see copyright notice in png.h | |
8 | |
9 # Modeled after libxml-config. | |
10 | |
11 version=1.2.29 | |
12 prefix="" | |
13 libdir="" | |
14 libs="" | |
15 I_opts="" | |
16 L_opts="" | |
17 R_opts="" | |
18 cppflags="" | |
19 ccopts="" | |
20 ldopts="" | |
21 |