diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-02-10 03:05:45 +0000 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-02-10 03:05:45 +0000 |
commit | 346543d6f955f6f3aff4fb54f4e5c2d3829897e3 (patch) | |
tree | 0edf1451c1b3c9dad7c107b4b9684f62f7cd0e4c /configure | |
parent | bef2f446282ed498a800c35374b7e2c6abfcdb4c (diff) | |
download | dlfcn-win32-346543d6f955f6f3aff4fb54f4e5c2d3829897e3.tar.gz dlfcn-win32-346543d6f955f6f3aff4fb54f4e5c2d3829897e3.tar.bz2 dlfcn-win32-346543d6f955f6f3aff4fb54f4e5c2d3829897e3.zip |
License stuff
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,8 +1,25 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # dlfcn-win32 configure script | 2 | # dlfcn-win32 configure script |
3 | # | 3 | # |
4 | # Parts copied from FFmpeg's configure | 4 | # Parts copied from FFmpeg's configure. Original license was: |
5 | # | 5 | # |
6 | # Copyright (c) 2000-2002 Fabrice Bellard | ||
7 | # Copyright (c) 2005-2007 Diego Biurrun | ||
8 | # Copyright (c) 2005-2007 Mans Rullgard | ||
9 | # | ||
10 | # dlfcn-win32 is free software; you can redistribute it and/or | ||
11 | # modify it under the terms of the GNU Lesser General Public | ||
12 | # License as published by the Free Software Foundation; either | ||
13 | # version 2.1 of the License, or (at your option) any later version. | ||
14 | |||
15 | # dlfcn-win32 is distributed in the hope that it will be useful, | ||
16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
18 | # Lesser General Public License for more details. | ||
19 | # | ||
20 | # You should have received a copy of the GNU Lesser General Public | ||
21 | # License along with dlfcn-win32; if not, write to the Free Software | ||
22 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
6 | 23 | ||
7 | set_all(){ | 24 | set_all(){ |
8 | value=$1 | 25 | value=$1 |