diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 24 |
1 files changed, 5 insertions, 19 deletions
@@ -4,25 +4,11 @@ | |||
4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla | 4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla |
5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu | 5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu |
6 | # | 6 | # |
7 | # Parts copied from FFmpeg's configure. Original license was: | 7 | # Differently from the rest of the dlfcn-win32 codebase that is licensed |
8 | # | 8 | # under the MIT license, this configure script is based in part on the FFmpeg |
9 | # Copyright (c) 2000-2002 Fabrice Bellard | 9 | # configure script, and so it is licensed under the GNU Lesser General Public |
10 | # Copyright (c) 2005-2007 Diego Biurrun | 10 | # License version 2.1 or later (LGPL v2.1+). A copy of the LGPL v2.1 license |
11 | # Copyright (c) 2005-2007 Mans Rullgard | 11 | # is available at https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html |
12 | # | ||
13 | # dlfcn-win32 is free software; you can redistribute it and/or | ||
14 | # modify it under the terms of the GNU Lesser General Public | ||
15 | # License as published by the Free Software Foundation; either | ||
16 | # version 2.1 of the License, or (at your option) any later version. | ||
17 | |||
18 | # dlfcn-win32 is distributed in the hope that it will be useful, | ||
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
21 | # Lesser General Public License for more details. | ||
22 | # | ||
23 | # You should have received a copy of the GNU Lesser General Public | ||
24 | # License along with dlfcn-win32; if not, write to the Free Software | ||
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
26 | 12 | ||
27 | set_all(){ | 13 | set_all(){ |
28 | value=$1 | 14 | value=$1 |