diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/freeimage/Source/LibPNG/configure | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/freeimage/Source/LibPNG/configure')
-rw-r--r-- | plugins/freeimage/Source/LibPNG/configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/freeimage/Source/LibPNG/configure b/plugins/freeimage/Source/LibPNG/configure new file mode 100644 index 0000000000..dfa1c70b12 --- /dev/null +++ b/plugins/freeimage/Source/LibPNG/configure @@ -0,0 +1,19 @@ +
+echo "
+ There is no \"configure\" script in this distribution of
+ libpng-1.5.4.
+
+ Instead, please copy the appropriate makefile for your system from the
+ \"scripts\" directory. Read the INSTALL file for more details.
+
+ Update, July 2004: you can get a \"configure\" based distribution
+ from the libpng distribution sites. Download the file
+ libpng-1.5.4.tar.gz, libpng-1.5.4.tar.xz, or libpng-1.5.4.tar.bz2
+
+ If the line endings in the files look funny, which is likely to be the
+ case if you were trying to run \"configure\" on a Linux machine, you may
+ wish to get the other distribution of libpng. It is available in both
+ tar.gz/tar.xz (UNIX style line endings) and .7z/.zip (DOS style line
+ endings) formats.
+"
+
|