comparison m4/buildsys.m4 @ 2378:e7d59a6ed443

Added HG repo URL to buildsys as a comment.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sun, 10 Feb 2008 21:33:33 +0100
parents e49d9b0ee308
children a68a51138f4d
comparison
equal deleted inserted replaced
2377:9056897525e1 2378:e7d59a6ed443
1 dnl 1 dnl
2 dnl Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org> 2 dnl Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org>
3 dnl
4 dnl https://webkeks.org/hg/buildsys/
3 dnl 5 dnl
4 dnl Permission to use, copy, modify, and/or distribute this software for any 6 dnl Permission to use, copy, modify, and/or distribute this software for any
5 dnl purpose with or without fee is hereby granted, provided that the above 7 dnl purpose with or without fee is hereby granted, provided that the above
6 dnl copyright notice and this permission notice is present in all copies. 8 dnl copyright notice and this permission notice is present in all copies.
7 dnl 9 dnl
102 ;; 104 ;;
103 *) 105 *)
104 AC_MSG_RESULT(POSIX) 106 AC_MSG_RESULT(POSIX)
105 LIB_CPPFLAGS='-DPIC' 107 LIB_CPPFLAGS='-DPIC'
106 LIB_CFLAGS='-fPIC' 108 LIB_CFLAGS='-fPIC'
107 LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}.${LIB_MINOR}.0' 109 LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}'
108 LIB_PREFIX='lib' 110 LIB_PREFIX='lib'
109 LIB_SUFFIX='.so' 111 LIB_SUFFIX='.so'
110 PLUGIN_CPPFLAGS='-DPIC' 112 PLUGIN_CPPFLAGS='-DPIC'
111 PLUGIN_CFLAGS='-fPIC' 113 PLUGIN_CFLAGS='-fPIC'
112 PLUGIN_LDFLAGS='-shared -fPIC' 114 PLUGIN_LDFLAGS='-shared -fPIC'