nutcracker 0.4.1.19 → 0.4.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/nutcracker/Makefile.in +2 -2
- data/ext/nutcracker/autom4te.cache/requests +203 -203
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +3 -6
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +100 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +1388 -2657
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +198 -417
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +40 -22
- data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +2 -1
- data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +2699 -5440
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +1388 -2657
- data/ext/nutcracker/contrib/yaml-0.1.4/ltmain.sh +11147 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +1581 -2593
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +39 -108
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +3 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +5 -12
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +1 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +1 -4
- data/ext/nutcracker/ltmain.sh +11147 -0
- data/lib/nutcracker.rb +6 -4
- data/lib/nutcracker/version.rb +1 -1
- metadata +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +0 -14611
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +0 -2721
@@ -1,14 +1,13 @@
|
|
1
1
|
# Helper functions for option handling. -*- Autoconf -*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2004
|
4
|
-
# Foundation, Inc.
|
3
|
+
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
5
4
|
# Written by Gary V. Vaughan, 2004
|
6
5
|
#
|
7
6
|
# This file is free software; the Free Software Foundation gives
|
8
7
|
# unlimited permission to copy and/or distribute it, with or without
|
9
8
|
# modifications, as long as this notice is preserved.
|
10
9
|
|
11
|
-
# serial
|
10
|
+
# serial 6 ltoptions.m4
|
12
11
|
|
13
12
|
# This is to help aclocal find these macros, as it can't see m4_define.
|
14
13
|
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
@@ -29,7 +28,7 @@ m4_define([_LT_SET_OPTION],
|
|
29
28
|
[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
|
30
29
|
m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
|
31
30
|
_LT_MANGLE_DEFUN([$1], [$2]),
|
32
|
-
[m4_warning([Unknown $1 option
|
31
|
+
[m4_warning([Unknown $1 option `$2'])])[]dnl
|
33
32
|
])
|
34
33
|
|
35
34
|
|
@@ -75,15 +74,13 @@ m4_if([$1],[LT_INIT],[
|
|
75
74
|
dnl
|
76
75
|
dnl If no reference was made to various pairs of opposing options, then
|
77
76
|
dnl we run the default mode handler for the pair. For example, if neither
|
78
|
-
dnl
|
77
|
+
dnl `shared' nor `disable-shared' was passed, we enable building of shared
|
79
78
|
dnl archives by default:
|
80
79
|
_LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
|
81
80
|
_LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
|
82
81
|
_LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
|
83
82
|
_LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
|
84
|
-
|
85
|
-
_LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
|
86
|
-
[_LT_WITH_AIX_SONAME([aix])])
|
83
|
+
[_LT_ENABLE_FAST_INSTALL])
|
87
84
|
])
|
88
85
|
])# _LT_SET_OPTIONS
|
89
86
|
|
@@ -114,7 +111,7 @@ AU_DEFUN([AC_LIBTOOL_DLOPEN],
|
|
114
111
|
[_LT_SET_OPTION([LT_INIT], [dlopen])
|
115
112
|
AC_DIAGNOSE([obsolete],
|
116
113
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
117
|
-
put the
|
114
|
+
put the `dlopen' option into LT_INIT's first parameter.])
|
118
115
|
])
|
119
116
|
|
120
117
|
dnl aclocal-1.4 backwards compatibility:
|
@@ -128,7 +125,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
|
128
125
|
[enable_win32_dll=yes
|
129
126
|
|
130
127
|
case $host in
|
131
|
-
*-*-cygwin* | *-*-mingw* | *-*-pw32* |
|
128
|
+
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
|
132
129
|
AC_CHECK_TOOL(AS, as, false)
|
133
130
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
134
131
|
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
@@ -136,13 +133,13 @@ case $host in
|
|
136
133
|
esac
|
137
134
|
|
138
135
|
test -z "$AS" && AS=as
|
139
|
-
_LT_DECL([], [AS], [
|
136
|
+
_LT_DECL([], [AS], [0], [Assembler program])dnl
|
140
137
|
|
141
138
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
142
|
-
_LT_DECL([], [DLLTOOL], [
|
139
|
+
_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
|
143
140
|
|
144
141
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
145
|
-
_LT_DECL([], [OBJDUMP], [
|
142
|
+
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
|
146
143
|
])# win32-dll
|
147
144
|
|
148
145
|
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
@@ -150,7 +147,7 @@ AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
|
150
147
|
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
151
148
|
AC_DIAGNOSE([obsolete],
|
152
149
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
153
|
-
put the
|
150
|
+
put the `win32-dll' option into LT_INIT's first parameter.])
|
154
151
|
])
|
155
152
|
|
156
153
|
dnl aclocal-1.4 backwards compatibility:
|
@@ -159,9 +156,9 @@ dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
|
|
159
156
|
|
160
157
|
# _LT_ENABLE_SHARED([DEFAULT])
|
161
158
|
# ----------------------------
|
162
|
-
# implement the --enable-shared flag, and supports the
|
163
|
-
#
|
164
|
-
# DEFAULT is either
|
159
|
+
# implement the --enable-shared flag, and supports the `shared' and
|
160
|
+
# `disable-shared' LT_INIT options.
|
161
|
+
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
165
162
|
m4_define([_LT_ENABLE_SHARED],
|
166
163
|
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
167
164
|
AC_ARG_ENABLE([shared],
|
@@ -174,14 +171,14 @@ AC_ARG_ENABLE([shared],
|
|
174
171
|
*)
|
175
172
|
enable_shared=no
|
176
173
|
# Look at the argument we got. We use all the common list separators.
|
177
|
-
lt_save_ifs
|
174
|
+
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
178
175
|
for pkg in $enableval; do
|
179
|
-
IFS
|
176
|
+
IFS="$lt_save_ifs"
|
180
177
|
if test "X$pkg" = "X$p"; then
|
181
178
|
enable_shared=yes
|
182
179
|
fi
|
183
180
|
done
|
184
|
-
IFS
|
181
|
+
IFS="$lt_save_ifs"
|
185
182
|
;;
|
186
183
|
esac],
|
187
184
|
[enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
|
@@ -213,9 +210,9 @@ dnl AC_DEFUN([AM_DISABLE_SHARED], [])
|
|
213
210
|
|
214
211
|
# _LT_ENABLE_STATIC([DEFAULT])
|
215
212
|
# ----------------------------
|
216
|
-
# implement the --enable-static flag, and support the
|
217
|
-
#
|
218
|
-
# DEFAULT is either
|
213
|
+
# implement the --enable-static flag, and support the `static' and
|
214
|
+
# `disable-static' LT_INIT options.
|
215
|
+
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
219
216
|
m4_define([_LT_ENABLE_STATIC],
|
220
217
|
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
221
218
|
AC_ARG_ENABLE([static],
|
@@ -228,14 +225,14 @@ AC_ARG_ENABLE([static],
|
|
228
225
|
*)
|
229
226
|
enable_static=no
|
230
227
|
# Look at the argument we got. We use all the common list separators.
|
231
|
-
lt_save_ifs
|
228
|
+
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
232
229
|
for pkg in $enableval; do
|
233
|
-
IFS
|
230
|
+
IFS="$lt_save_ifs"
|
234
231
|
if test "X$pkg" = "X$p"; then
|
235
232
|
enable_static=yes
|
236
233
|
fi
|
237
234
|
done
|
238
|
-
IFS
|
235
|
+
IFS="$lt_save_ifs"
|
239
236
|
;;
|
240
237
|
esac],
|
241
238
|
[enable_static=]_LT_ENABLE_STATIC_DEFAULT)
|
@@ -267,9 +264,9 @@ dnl AC_DEFUN([AM_DISABLE_STATIC], [])
|
|
267
264
|
|
268
265
|
# _LT_ENABLE_FAST_INSTALL([DEFAULT])
|
269
266
|
# ----------------------------------
|
270
|
-
# implement the --enable-fast-install flag, and support the
|
271
|
-
# and
|
272
|
-
# DEFAULT is either
|
267
|
+
# implement the --enable-fast-install flag, and support the `fast-install'
|
268
|
+
# and `disable-fast-install' LT_INIT options.
|
269
|
+
# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
273
270
|
m4_define([_LT_ENABLE_FAST_INSTALL],
|
274
271
|
[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
275
272
|
AC_ARG_ENABLE([fast-install],
|
@@ -282,14 +279,14 @@ AC_ARG_ENABLE([fast-install],
|
|
282
279
|
*)
|
283
280
|
enable_fast_install=no
|
284
281
|
# Look at the argument we got. We use all the common list separators.
|
285
|
-
lt_save_ifs
|
282
|
+
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
286
283
|
for pkg in $enableval; do
|
287
|
-
IFS
|
284
|
+
IFS="$lt_save_ifs"
|
288
285
|
if test "X$pkg" = "X$p"; then
|
289
286
|
enable_fast_install=yes
|
290
287
|
fi
|
291
288
|
done
|
292
|
-
IFS
|
289
|
+
IFS="$lt_save_ifs"
|
293
290
|
;;
|
294
291
|
esac],
|
295
292
|
[enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
|
@@ -306,14 +303,14 @@ AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
|
306
303
|
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
307
304
|
AC_DIAGNOSE([obsolete],
|
308
305
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
309
|
-
the
|
306
|
+
the `fast-install' option into LT_INIT's first parameter.])
|
310
307
|
])
|
311
308
|
|
312
309
|
AU_DEFUN([AC_DISABLE_FAST_INSTALL],
|
313
310
|
[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
314
311
|
AC_DIAGNOSE([obsolete],
|
315
312
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
316
|
-
the
|
313
|
+
the `disable-fast-install' option into LT_INIT's first parameter.])
|
317
314
|
])
|
318
315
|
|
319
316
|
dnl aclocal-1.4 backwards compatibility:
|
@@ -321,85 +318,19 @@ dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
|
|
321
318
|
dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
|
322
319
|
|
323
320
|
|
324
|
-
# _LT_WITH_AIX_SONAME([DEFAULT])
|
325
|
-
# ----------------------------------
|
326
|
-
# implement the --with-aix-soname flag, and support the `aix-soname=aix'
|
327
|
-
# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
|
328
|
-
# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
|
329
|
-
m4_define([_LT_WITH_AIX_SONAME],
|
330
|
-
[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
|
331
|
-
shared_archive_member_spec=
|
332
|
-
case $host,$enable_shared in
|
333
|
-
power*-*-aix[[5-9]]*,yes)
|
334
|
-
AC_MSG_CHECKING([which variant of shared library versioning to provide])
|
335
|
-
AC_ARG_WITH([aix-soname],
|
336
|
-
[AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
|
337
|
-
[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
|
338
|
-
[case $withval in
|
339
|
-
aix|svr4|both)
|
340
|
-
;;
|
341
|
-
*)
|
342
|
-
AC_MSG_ERROR([Unknown argument to --with-aix-soname])
|
343
|
-
;;
|
344
|
-
esac
|
345
|
-
lt_cv_with_aix_soname=$with_aix_soname],
|
346
|
-
[AC_CACHE_VAL([lt_cv_with_aix_soname],
|
347
|
-
[lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
|
348
|
-
with_aix_soname=$lt_cv_with_aix_soname])
|
349
|
-
AC_MSG_RESULT([$with_aix_soname])
|
350
|
-
if test aix != "$with_aix_soname"; then
|
351
|
-
# For the AIX way of multilib, we name the shared archive member
|
352
|
-
# based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
353
|
-
# and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
|
354
|
-
# Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
|
355
|
-
# the AIX toolchain works better with OBJECT_MODE set (default 32).
|
356
|
-
if test 64 = "${OBJECT_MODE-32}"; then
|
357
|
-
shared_archive_member_spec=shr_64
|
358
|
-
else
|
359
|
-
shared_archive_member_spec=shr
|
360
|
-
fi
|
361
|
-
fi
|
362
|
-
;;
|
363
|
-
*)
|
364
|
-
with_aix_soname=aix
|
365
|
-
;;
|
366
|
-
esac
|
367
|
-
|
368
|
-
_LT_DECL([], [shared_archive_member_spec], [0],
|
369
|
-
[Shared archive member basename, for filename based shared library versioning on AIX])dnl
|
370
|
-
])# _LT_WITH_AIX_SONAME
|
371
|
-
|
372
|
-
LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
|
373
|
-
LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
|
374
|
-
LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
|
375
|
-
|
376
|
-
|
377
321
|
# _LT_WITH_PIC([MODE])
|
378
322
|
# --------------------
|
379
|
-
# implement the --with-pic flag, and support the
|
323
|
+
# implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
380
324
|
# LT_INIT options.
|
381
|
-
# MODE is either
|
325
|
+
# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
|
382
326
|
m4_define([_LT_WITH_PIC],
|
383
327
|
[AC_ARG_WITH([pic],
|
384
|
-
[AS_HELP_STRING([--with-pic
|
328
|
+
[AS_HELP_STRING([--with-pic],
|
385
329
|
[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
386
|
-
[
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
pic_mode=default
|
391
|
-
# Look at the argument we got. We use all the common list separators.
|
392
|
-
lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
|
393
|
-
for lt_pkg in $withval; do
|
394
|
-
IFS=$lt_save_ifs
|
395
|
-
if test "X$lt_pkg" = "X$lt_p"; then
|
396
|
-
pic_mode=yes
|
397
|
-
fi
|
398
|
-
done
|
399
|
-
IFS=$lt_save_ifs
|
400
|
-
;;
|
401
|
-
esac],
|
402
|
-
[pic_mode=m4_default([$1], [default])])
|
330
|
+
[pic_mode="$withval"],
|
331
|
+
[pic_mode=default])
|
332
|
+
|
333
|
+
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
403
334
|
|
404
335
|
_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
405
336
|
])# _LT_WITH_PIC
|
@@ -412,7 +343,7 @@ AU_DEFUN([AC_LIBTOOL_PICMODE],
|
|
412
343
|
[_LT_SET_OPTION([LT_INIT], [pic-only])
|
413
344
|
AC_DIAGNOSE([obsolete],
|
414
345
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
415
|
-
put the
|
346
|
+
put the `pic-only' option into LT_INIT's first parameter.])
|
416
347
|
])
|
417
348
|
|
418
349
|
dnl aclocal-1.4 backwards compatibility:
|
@@ -1,7 +1,6 @@
|
|
1
1
|
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2004
|
4
|
-
# Foundation, Inc.
|
3
|
+
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
5
4
|
# Written by Gary V. Vaughan, 2004
|
6
5
|
#
|
7
6
|
# This file is free software; the Free Software Foundation gives
|
@@ -34,7 +33,7 @@ m4_define([_lt_join],
|
|
34
33
|
# ------------
|
35
34
|
# Manipulate m4 lists.
|
36
35
|
# These macros are necessary as long as will still need to support
|
37
|
-
# Autoconf-2.59
|
36
|
+
# Autoconf-2.59 which quotes differently.
|
38
37
|
m4_define([lt_car], [[$1]])
|
39
38
|
m4_define([lt_cdr],
|
40
39
|
[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
@@ -45,7 +44,7 @@ m4_define([lt_unquote], $1)
|
|
45
44
|
|
46
45
|
# lt_append(MACRO-NAME, STRING, [SEPARATOR])
|
47
46
|
# ------------------------------------------
|
48
|
-
# Redefine MACRO-NAME to hold its former content plus
|
47
|
+
# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
|
49
48
|
# Note that neither SEPARATOR nor STRING are expanded; they are appended
|
50
49
|
# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
|
51
50
|
# No SEPARATOR is output if MACRO-NAME was previously undefined (different
|
@@ -1,23 +1,23 @@
|
|
1
1
|
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2004
|
3
|
+
# Copyright (C) 2004 Free Software Foundation, Inc.
|
4
4
|
# Written by Scott James Remnant, 2004
|
5
5
|
#
|
6
6
|
# This file is free software; the Free Software Foundation gives
|
7
7
|
# unlimited permission to copy and/or distribute it, with or without
|
8
8
|
# modifications, as long as this notice is preserved.
|
9
9
|
|
10
|
-
#
|
10
|
+
# Generated from ltversion.in.
|
11
11
|
|
12
|
-
# serial
|
12
|
+
# serial 3012 ltversion.m4
|
13
13
|
# This file is part of GNU Libtool
|
14
14
|
|
15
|
-
m4_define([LT_PACKAGE_VERSION], [2.
|
16
|
-
m4_define([LT_PACKAGE_REVISION], [
|
15
|
+
m4_define([LT_PACKAGE_VERSION], [2.2.6])
|
16
|
+
m4_define([LT_PACKAGE_REVISION], [1.3012])
|
17
17
|
|
18
18
|
AC_DEFUN([LTVERSION_VERSION],
|
19
|
-
[macro_version='2.
|
20
|
-
macro_revision='
|
19
|
+
[macro_version='2.2.6'
|
20
|
+
macro_revision='1.3012'
|
21
21
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
22
22
|
_LT_DECL(, macro_revision, 0)
|
23
23
|
])
|
@@ -1,18 +1,17 @@
|
|
1
1
|
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2004
|
4
|
-
# Foundation, Inc.
|
3
|
+
# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
|
5
4
|
# Written by Scott James Remnant, 2004.
|
6
5
|
#
|
7
6
|
# This file is free software; the Free Software Foundation gives
|
8
7
|
# unlimited permission to copy and/or distribute it, with or without
|
9
8
|
# modifications, as long as this notice is preserved.
|
10
9
|
|
11
|
-
# serial
|
10
|
+
# serial 4 lt~obsolete.m4
|
12
11
|
|
13
12
|
# These exist entirely to fool aclocal when bootstrapping libtool.
|
14
13
|
#
|
15
|
-
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
14
|
+
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
16
15
|
# which have later been changed to m4_define as they aren't part of the
|
17
16
|
# exported API, or moved to Autoconf or Automake where they belong.
|
18
17
|
#
|
@@ -26,7 +25,7 @@
|
|
26
25
|
# included after everything else. This provides aclocal with the
|
27
26
|
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
28
27
|
# because those macros already exist, or will be overwritten later.
|
29
|
-
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
28
|
+
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
30
29
|
#
|
31
30
|
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
32
31
|
# Yes, that means every name once taken will need to remain here until
|
@@ -78,6 +77,7 @@ m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
|
78
77
|
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
79
78
|
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
80
79
|
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
80
|
+
m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
|
81
81
|
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
82
82
|
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
83
83
|
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
@@ -90,10 +90,3 @@ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
|
90
90
|
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
91
91
|
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
92
92
|
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
|
93
|
-
m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
|
94
|
-
m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
|
95
|
-
m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
|
96
|
-
m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
|
97
|
-
m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
|
98
|
-
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
|
99
|
-
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
@@ -191,7 +191,6 @@ CPPFLAGS = @CPPFLAGS@
|
|
191
191
|
CYGPATH_W = @CYGPATH_W@
|
192
192
|
DEFS = @DEFS@
|
193
193
|
DEPDIR = @DEPDIR@
|
194
|
-
DLLTOOL = @DLLTOOL@
|
195
194
|
DOXYGEN = @DOXYGEN@
|
196
195
|
DSYMUTIL = @DSYMUTIL@
|
197
196
|
DUMPBIN = @DUMPBIN@
|
@@ -215,9 +214,7 @@ LIBTOOL = @LIBTOOL@
|
|
215
214
|
LIPO = @LIPO@
|
216
215
|
LN_S = @LN_S@
|
217
216
|
LTLIBOBJS = @LTLIBOBJS@
|
218
|
-
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
219
217
|
MAKEINFO = @MAKEINFO@
|
220
|
-
MANIFEST_TOOL = @MANIFEST_TOOL@
|
221
218
|
MKDIR_P = @MKDIR_P@
|
222
219
|
NM = @NM@
|
223
220
|
NMEDIT = @NMEDIT@
|
@@ -247,7 +244,6 @@ abs_builddir = @abs_builddir@
|
|
247
244
|
abs_srcdir = @abs_srcdir@
|
248
245
|
abs_top_builddir = @abs_top_builddir@
|
249
246
|
abs_top_srcdir = @abs_top_srcdir@
|
250
|
-
ac_ct_AR = @ac_ct_AR@
|
251
247
|
ac_ct_CC = @ac_ct_CC@
|
252
248
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
253
249
|
am__include = @am__include@
|
@@ -280,6 +276,7 @@ libdir = @libdir@
|
|
280
276
|
libexecdir = @libexecdir@
|
281
277
|
localedir = @localedir@
|
282
278
|
localstatedir = @localstatedir@
|
279
|
+
lt_ECHO = @lt_ECHO@
|
283
280
|
mandir = @mandir@
|
284
281
|
mkdir_p = @mkdir_p@
|
285
282
|
oldincludedir = @oldincludedir@
|
@@ -448,7 +448,6 @@ CPPFLAGS = @CPPFLAGS@
|
|
448
448
|
CYGPATH_W = @CYGPATH_W@
|
449
449
|
DEFS = @DEFS@
|
450
450
|
DEPDIR = @DEPDIR@
|
451
|
-
DLLTOOL = @DLLTOOL@
|
452
451
|
DOXYGEN = @DOXYGEN@
|
453
452
|
DSYMUTIL = @DSYMUTIL@
|
454
453
|
DUMPBIN = @DUMPBIN@
|
@@ -472,9 +471,7 @@ LIBTOOL = @LIBTOOL@
|
|
472
471
|
LIPO = @LIPO@
|
473
472
|
LN_S = @LN_S@
|
474
473
|
LTLIBOBJS = @LTLIBOBJS@
|
475
|
-
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
476
474
|
MAKEINFO = @MAKEINFO@
|
477
|
-
MANIFEST_TOOL = @MANIFEST_TOOL@
|
478
475
|
MKDIR_P = @MKDIR_P@
|
479
476
|
NM = @NM@
|
480
477
|
NMEDIT = @NMEDIT@
|
@@ -504,7 +501,6 @@ abs_builddir = @abs_builddir@
|
|
504
501
|
abs_srcdir = @abs_srcdir@
|
505
502
|
abs_top_builddir = @abs_top_builddir@
|
506
503
|
abs_top_srcdir = @abs_top_srcdir@
|
507
|
-
ac_ct_AR = @ac_ct_AR@
|
508
504
|
ac_ct_CC = @ac_ct_CC@
|
509
505
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
510
506
|
am__include = @am__include@
|
@@ -537,6 +533,7 @@ libdir = @libdir@
|
|
537
533
|
libexecdir = @libexecdir@
|
538
534
|
localedir = @localedir@
|
539
535
|
localstatedir = @localstatedir@
|
536
|
+
lt_ECHO = @lt_ECHO@
|
540
537
|
mandir = @mandir@
|
541
538
|
mkdir_p = @mkdir_p@
|
542
539
|
oldincludedir = @oldincludedir@
|