Hi gang (and Chuck in particular!) I've been having problems with the latest update to autoconf2.5 (2.63-1). The problem can be made to reliably appear and disappear by rolling my install forwards and back (to 2.61-1).
It arises in generating the config sections of the libtool script, which I've seen when reconfiguring gcc. Specifically, I cd into the libjava/ subdir of the gcc-4.3.2 tarball, run "autoconf -I .." (the libtool m4 files all live in the toplevel src dir), and compare the newly generated configure file to the original. (I don't know if it's something to do with the way in which GCC implements libtool. I tried reconfiguring binutils but it's got a check in and is very precise about wanting autoconf-2.59 and not 2.61 or 2.63.) There are of course tons of minor changes, but the big difference is in the section of the configure script that writes the local libtool script. There is a section setting global configuration variables at the start of libtool, wrapped in "### [BEGIN|END] LIBTOOL CONFIG", and at the end of the script are various per-language-tag configuration settings wrapped similarly in "### [BEGIN|END] LIBTOOL TAG CONFIG: [CXX|GCJ]". In the original configure script and in the 2.61-generated version, these sections contain dozens of definitions. In the 2.61-generated version, these sections are almost empty: the global libtool config section contains a single definition, pic_mode, which is redundantly repeated twice, and the per-tag sections each contain only a single definition of pic_mode (setting it from the language specific version). I started debugging it a bit. I have a log file containing three million lines of m4 trace output. I decided to take a quick look at what happened to the definition of macro_version, which is usually one of the first things in the config sections; it originates from LTVERSION_VERSION in ltversion.m4, (see trace #1) and is invoked by AC_REQUIRE from LT_INIT (trace #2). In the trace file, I can see LTVERSION_VERSION being AC_DEFUN'd, then later being AC_REQUIRE'd and getting expanded; I can see it calling _LT_DECL for macro_version and see lt_dict_add_subkey being invoked to add macro_version into lt_decl_dict, but it looks for some reason as if the value which was assigned ('2.1a') isn't being added into the dictionary with it? (trace #3) Later, at output generation time, I see _AC_OUTPUT_MAIN_LOOP calling _LT_LIBTOOL_TAGS, which iterates through lt_decl_varnames. I see that macro_version is in lt_decl_varnames, but when its turn comes up it fails to retrieve anything of interest (trace #4), which I think is down to no value having been attached to the variable when it was entered in the dictionary. I don't speak M4, and anyway this is just a distraction from the main job I was trying to do at the time, so this is as far as I've looked at it. I've kept the autom4te.cache dirs and trace logs around, in case they'll be of any help. cheers, DaveK -- [Well, I guess I'm back. I have an email backlog to catch up with, feel free to ping me off-list with links to posts in the archives I need to respond to.]
m4trace:configure.ac:449: -1- id 107665: LTVERSION_VERSION -> [_m4_defun_pro([LTVERSION_VERSION])macro_version='2.1a' macro_revision='1.2435' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) []_m4_defun_epi([LTVERSION_VERSION])]
m4trace:configure.ac:449: -1- id 107641: AC_REQUIRE ... m4trace:configure.ac:449: -1- id 107641: AC_REQUIRE([LTVERSION_VERSION]) -> ??? m4trace:configure.ac:449: -1- id 107641: AC_REQUIRE(...) -> [m4_ifdef([_m4_expanding(LTVERSION_VERSION)], [m4_fatal([AC_REQUIRE: circular dependency of LTVERSION_VERSION])])m4_ifdef([_m4_divert_dump], [], [m4_fatal([AC_REQUIRE(LTVERSION_VERSION): cannot be used outside of an ]dnl m4_bmatch([AC_REQUIRE], [^AC_], [[AC_DEFUN]], [[m4_defun]])['d macro])])m4_provide_if([LTVERSION_VERSION], [], [_m4_require_call([LTVERSION_VERSION], [])])] m4trace:configure.ac:449: -1- id 107642: m4_ifdef ... m4trace:configure.ac:449: -1- id 107642: m4_ifdef([_m4_expanding(LTVERSION_VERSION)], [m4_fatal([AC_REQUIRE: circular dependency of LTVERSION_VERSION])]) -> ??? m4trace:configure.ac:449: -1- id 107642: m4_ifdef(...) m4trace:configure.ac:449: -1- id 107643: m4_ifdef ... m4trace:configure.ac:449: -1- id 107643: m4_ifdef([_m4_divert_dump], [], [m4_fatal([AC_REQUIRE(LTVERSION_VERSION): cannot be used outside of an ]dnl m4_bmatch([AC_REQUIRE], [^AC_], [[AC_DEFUN]], [[m4_defun]])['d macro])]) -> ??? m4trace:configure.ac:449: -1- id 107643: m4_ifdef(...) m4trace:configure.ac:449: -1- id 107644: m4_provide_if ... m4trace:configure.ac:449: -1- id 107644: m4_provide_if([LTVERSION_VERSION], [], [_m4_require_call([LTVERSION_VERSION], [])]) -> ??? m4trace:configure.ac:449: -1- id 107644: m4_provide_if(...) -> [m4_ifdef([m4_provide(LTVERSION_VERSION)], [], [_m4_require_call([LTVERSION_VERSION], [])])] m4trace:configure.ac:449: -1- id 107645: m4_ifdef ... m4trace:configure.ac:449: -1- id 107645: m4_ifdef([m4_provide(LTVERSION_VERSION)], [], [_m4_require_call([LTVERSION_VERSION], [])]) -> ??? m4trace:configure.ac:449: -1- id 107645: m4_ifdef(...) -> [_m4_require_call([LTVERSION_VERSION], [])] m4trace:configure.ac:449: -1- id 107646: _m4_require_call ... m4trace:configure.ac:449: -1- id 107646: _m4_require_call([LTVERSION_VERSION], []) -> ??? m4trace:configure.ac:449: -1- id 107646: _m4_require_call(...) -> [m4_define([_m4_divert_grow], m4_decr(_m4_divert_grow))m4_divert_push(_m4_divert_grow)m4_default([], [LTVERSION_VERSION]) m4_provide_if([LTVERSION_VERSION], [], [m4_warn([syntax], [LTVERSION_VERSION is m4_require'd but not m4_defun'd])])m4_divert(_m4_defn([_m4_divert_dump]))m4_undivert(_m4_divert_grow)m4_divert_pop(_m4_divert_grow)m4_define([_m4_divert_grow], m4_incr(_m4_divert_grow))] m4trace:configure.ac:449: -1- id 107647: m4_define ... m4trace:configure.ac:449: -2- id 107648: m4_decr ... m4trace:configure.ac:449: -3- id 107649: _m4_divert_grow ... m4trace:configure.ac:449: -3- id 107649: _m4_divert_grow -> ??? m4trace:configure.ac:449: -3- id 107649: _m4_divert_grow -> [10000] m4trace:configure.ac:449: -2- id 107648: m4_decr([10000]) -> ??? m4trace:configure.ac:449: -2- id 107648: m4_decr(...) -> [9999] m4trace:configure.ac:449: -1- id 107647: m4_define([_m4_divert_grow], [9999]) -> ??? m4trace:configure.ac:449: -1- id 107647: m4_define(...) m4trace:configure.ac:449: -1- id 107650: m4_divert_push ... m4trace:configure.ac:449: -2- id 107651: _m4_divert_grow ... m4trace:configure.ac:449: -2- id 107651: _m4_divert_grow -> ??? m4trace:configure.ac:449: -2- id 107651: _m4_divert_grow -> [9999] m4trace:configure.ac:449: -1- id 107650: m4_divert_push([9999]) -> ??? m4trace:configure.ac:449: -1- id 107650: m4_divert_push(...) -> [m4_pushdef([m4_divert_stack], m4_location[: m4_divert_push: 9999]_m4_divert_n_stack)m4_pushdef([_m4_divert_diversion], [9999])m4_builtin([divert], _m4_divert([9999]))] m4trace:configure.ac:449: -1- id 107652: m4_pushdef ... m4trace:configure.ac:449: -2- id 107653: m4_location ... m4trace:configure.ac:449: -2- id 107653: m4_location -> ??? m4trace:configure.ac:449: -2- id 107653: m4_location -> [__file__:__line__] m4trace:configure.ac:449: -2- id 107654: __file__ ... m4trace:configure.ac:449: -2- id 107654: __file__ -> ??? m4trace:configure.ac:449: -2- id 107654: __file__ -> [[configure.ac]] m4trace:configure.ac:449: -2- id 107655: __line__ ... m4trace:configure.ac:449: -2- id 107655: __line__ -> ??? m4trace:configure.ac:449: -2- id 107655: __line__ -> [449] m4trace:configure.ac:449: -2- id 107656: _m4_divert_n_stack ... m4trace:configure.ac:449: -2- id 107656: _m4_divert_n_stack -> ??? m4trace:configure.ac:449: -2- id 107656: _m4_divert_n_stack -> [m4_ifdef([m4_divert_stack], [ _m4_defn([m4_divert_stack])])] m4trace:configure.ac:449: -2- id 107657: m4_ifdef ... m4trace:configure.ac:449: -2- id 107657: m4_ifdef([m4_divert_stack], [ _m4_defn([m4_divert_stack])]) -> ??? m4trace:configure.ac:449: -2- id 107657: m4_ifdef(...) -> [ _m4_defn([m4_divert_stack])] m4trace:configure.ac:449: -2- id 107658: _m4_defn ... m4trace:configure.ac:449: -2- id 107658: _m4_defn([m4_divert_stack]) -> ??? m4trace:configure.ac:449: -2- id 107658: _m4_defn(...) -> [[configure.ac:449: m4_divert_push: GROW configure.ac:4: m4_divert_push: BODY]] m4trace:configure.ac:449: -1- id 107652: m4_pushdef([m4_divert_stack], [configure.ac:449: m4_divert_push: 9999 configure.ac:449: m4_divert_push: GROW configure.ac:4: m4_divert_push: BODY]) -> ??? m4trace:configure.ac:449: -1- id 107652: m4_pushdef(...) m4trace:configure.ac:449: -1- id 107659: m4_pushdef ... m4trace:configure.ac:449: -1- id 107659: m4_pushdef([_m4_divert_diversion], [9999]) -> ??? m4trace:configure.ac:449: -1- id 107659: m4_pushdef(...) m4trace:configure.ac:449: -1- id 107660: m4_builtin ... m4trace:configure.ac:449: -2- id 107661: _m4_divert ... m4trace:configure.ac:449: -2- id 107661: _m4_divert([9999]) -> ??? m4trace:configure.ac:449: -2- id 107661: _m4_divert(...) -> [m4_ifdef([_m4_divert(9999)], [m4_indir([_m4_divert(9999)])], [9999])] m4trace:configure.ac:449: -2- id 107662: m4_ifdef ... m4trace:configure.ac:449: -2- id 107662: m4_ifdef([_m4_divert(9999)], [m4_indir([_m4_divert(9999)])], [9999]) -> ??? m4trace:configure.ac:449: -2- id 107662: m4_ifdef(...) -> [9999] m4trace:configure.ac:449: -1- id 107660: m4_builtin([divert], [9999]) -> ??? m4trace:configure.ac:449: -1- id 107660: m4_builtin(...) m4trace:configure.ac:449: -1- id 107663: m4_default ... m4trace:configure.ac:449: -1- id 107663: m4_default([], [LTVERSION_VERSION]) -> ??? m4trace:configure.ac:449: -1- id 107663: m4_default(...) -> [m4_if([], [], [LTVERSION_VERSION], [])] m4trace:configure.ac:449: -1- id 107664: m4_if ... m4trace:configure.ac:449: -1- id 107664: m4_if([], [], [LTVERSION_VERSION], []) -> ??? m4trace:configure.ac:449: -1- id 107664: m4_if(...) -> [LTVERSION_VERSION] m4trace:configure.ac:449: -1- id 107665: LTVERSION_VERSION ... m4trace:configure.ac:449: -1- id 107665: LTVERSION_VERSION -> ??? m4trace:configure.ac:449: -1- id 107665: LTVERSION_VERSION -> [_m4_defun_pro([LTVERSION_VERSION])macro_version='2.1a' macro_revision='1.2435' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) []_m4_defun_epi([LTVERSION_VERSION])] m4trace:configure.ac:449: -1- id 107666: _m4_defun_pro ... m4trace:configure.ac:449: -1- id 107666: _m4_defun_pro([LTVERSION_VERSION]) -> ??? m4trace:configure.ac:449: -1- id 107666: _m4_defun_pro(...) -> [m4_ifdef([m4_expansion_stack], [], [_m4_defun_pro_outer[]])m4_expansion_stack_push(_m4_defn( [m4_location(LTVERSION_VERSION)])[: LTVERSION_VERSION is expanded from...])m4_pushdef([_m4_expanding(LTVERSION_VERSION)])] m4trace:configure.ac:449: -1- id 107667: m4_ifdef ... m4trace:configure.ac:449: -1- id 107667: m4_ifdef([m4_expansion_stack], [], [_m4_defun_pro_outer[]]) -> ??? m4trace:configure.ac:449: -1- id 107667: m4_ifdef(...) m4trace:configure.ac:449: -1- id 107668: m4_expansion_stack_push ... m4trace:configure.ac:449: -2- id 107669: _m4_defn ... m4trace:configure.ac:449: -2- id 107669: _m4_defn([m4_location(LTVERSION_VERSION)]) -> ??? m4trace:configure.ac:449: -2- id 107669: _m4_defn(...) -> [[../ltversion.m4:18]] m4trace:configure.ac:449: -1- id 107668: m4_expansion_stack_push([../ltversion.m4:18: LTVERSION_VERSION is expanded from...]) -> ??? m4trace:configure.ac:449: -1- id 107668: m4_expansion_stack_push(...) -> [m4_pushdef([m4_expansion_stack], [../ltversion.m4:18: LTVERSION_VERSION is expanded from...]m4_ifdef([m4_expansion_stack], [ _m4_defn([m4_expansion_stack])]))] m4trace:configure.ac:449: -1- id 107670: m4_pushdef ... m4trace:configure.ac:449: -2- id 107671: m4_ifdef ... m4trace:configure.ac:449: -2- id 107671: m4_ifdef([m4_expansion_stack], [ _m4_defn([m4_expansion_stack])]) -> ??? m4trace:configure.ac:449: -2- id 107671: m4_ifdef(...) -> [ _m4_defn([m4_expansion_stack])] m4trace:configure.ac:449: -2- id 107672: _m4_defn ... m4trace:configure.ac:449: -2- id 107672: _m4_defn([m4_expansion_stack]) -> ??? m4trace:configure.ac:449: -2- id 107672: _m4_defn(...) -> [[../libtool.m4:58: LT_INIT is expanded from... ../libtool.m4:88: AC_PROG_LIBTOOL is expanded from...]] m4trace:configure.ac:449: -1- id 107670: m4_pushdef([m4_expansion_stack], [../ltversion.m4:18: LTVERSION_VERSION is expanded from... ../libtool.m4:58: LT_INIT is expanded from... ../libtool.m4:88: AC_PROG_LIBTOOL is expanded from...]) -> ??? m4trace:configure.ac:449: -1- id 107670: m4_pushdef(...) m4trace:configure.ac:449: -1- id 107673: m4_pushdef ... m4trace:configure.ac:449: -1- id 107673: m4_pushdef([_m4_expanding(LTVERSION_VERSION)]) -> ??? m4trace:configure.ac:449: -1- id 107673: m4_pushdef(...) m4trace:configure.ac:449: -1- id 107674: _LT_DECL ... m4trace:configure.ac:449: -1- id 107674: _LT_DECL([], [macro_version], [0], [Which release of libtool.m4 was used?]) -> ??? m4trace:configure.ac:449: -1- id 107674: _LT_DECL(...) -> [lt_if_append_uniq([lt_decl_varnames], [macro_version], [[, ]], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])]) ]
m4trace:configure.ac:449: -1- id 107674: _LT_DECL ... m4trace:configure.ac:449: -1- id 107674: _LT_DECL([], [macro_version], [0], [Which release of libtool.m4 was used?]) -> ??? m4trace:configure.ac:449: -1- id 107674: _LT_DECL(...) -> [lt_if_append_uniq([lt_decl_varnames], [macro_version], [[, ]], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])]) ] m4trace:configure.ac:449: -1- id 107675: lt_if_append_uniq ... m4trace:configure.ac:449: -1- id 107675: lt_if_append_uniq([lt_decl_varnames], [macro_version], [[, ]], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])]) -> ??? m4trace:configure.ac:449: -1- id 107675: lt_if_append_uniq(...) -> [m4_ifdef([lt_decl_varnames], [m4_bmatch([, ][]m4_defn([lt_decl_varnames])[, ], [, ][]m4_re_escape([macro_version])[, ], [], [m4_append([lt_decl_varnames], [macro_version], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])])], [m4_append([lt_decl_varnames], [macro_version], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])])] m4trace:configure.ac:449: -1- id 107676: m4_ifdef ... m4trace:configure.ac:449: -1- id 107676: m4_ifdef([lt_decl_varnames], [m4_bmatch([, ][]m4_defn([lt_decl_varnames])[, ], [, ][]m4_re_escape([macro_version])[, ], [], [m4_append([lt_decl_varnames], [macro_version], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])])], [m4_append([lt_decl_varnames], [macro_version], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])]) -> ??? m4trace:configure.ac:449: -1- id 107676: m4_ifdef(...) -> [m4_append([lt_decl_varnames], [macro_version], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])])] m4trace:configure.ac:449: -1- id 107677: m4_append ... m4trace:configure.ac:449: -1- id 107677: m4_append([lt_decl_varnames], [macro_version], [[, ]]) -> ??? m4trace:configure.ac:449: -1- id 107677: m4_append(...) -> [m4_define([lt_decl_varnames], m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])[[, ]]])[macro_version])] m4trace:configure.ac:449: -1- id 107678: m4_define ... m4trace:configure.ac:449: -2- id 107679: m4_ifdef ... m4trace:configure.ac:449: -2- id 107679: m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])[[, ]]]) -> ??? m4trace:configure.ac:449: -2- id 107679: m4_ifdef(...) m4trace:configure.ac:449: -1- id 107678: m4_define([lt_decl_varnames], [macro_version]) -> ??? m4trace:configure.ac:449: -1- id 107678: m4_define(...) m4trace:configure.ac:449: -1- id 107680: lt_dict_add_subkey ... m4trace:configure.ac:449: -1- id 107680: lt_dict_add_subkey([lt_decl_dict], [macro_version], [libtool_name], [m4_ifval([], [], [macro_version])]) -> ??? m4trace:configure.ac:449: -1- id 107680: lt_dict_add_subkey(...) -> [m4_define([lt_decl_dict(macro_version:libtool_name)], [m4_ifval([], [], [macro_version])])] m4trace:configure.ac:449: -1- id 107681: m4_define ... m4trace:configure.ac:449: -1- id 107681: m4_define([lt_decl_dict(macro_version:libtool_name)], [m4_ifval([], [], [macro_version])]) -> ??? m4trace:configure.ac:449: -1- id 107681: m4_define(...) m4trace:configure.ac:449: -1- id 107682: lt_dict_add_subkey ... m4trace:configure.ac:449: -1- id 107682: lt_dict_add_subkey([lt_decl_dict], [macro_version], [value], [0]) -> ??? m4trace:configure.ac:449: -1- id 107682: lt_dict_add_subkey(...) -> [m4_define([lt_decl_dict(macro_version:value)], [0])] m4trace:configure.ac:449: -1- id 107683: m4_define ... m4trace:configure.ac:449: -1- id 107683: m4_define([lt_decl_dict(macro_version:value)], [0]) -> ??? m4trace:configure.ac:449: -1- id 107683: m4_define(...) m4trace:configure.ac:449: -1- id 107684: m4_ifval ... m4trace:configure.ac:449: -1- id 107684: m4_ifval([Which release of libtool.m4 was used?], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) -> ??? m4trace:configure.ac:449: -1- id 107684: m4_ifval(...) -> [m4_if([Which release of libtool.m4 was used?], [], [], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])])] m4trace:configure.ac:449: -1- id 107685: m4_if ... m4trace:configure.ac:449: -1- id 107685: m4_if([Which release of libtool.m4 was used?], [], [], [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])]) -> ??? m4trace:configure.ac:449: -1- id 107685: m4_if(...) -> [lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?])] m4trace:configure.ac:449: -1- id 107686: lt_dict_add_subkey ... m4trace:configure.ac:449: -1- id 107686: lt_dict_add_subkey([lt_decl_dict], [macro_version], [description], [Which release of libtool.m4 was used?]) -> ??? m4trace:configure.ac:449: -1- id 107686: lt_dict_add_subkey(...) -> [m4_define([lt_decl_dict(macro_version:description)], [Which release of libtool.m4 was used?])] m4trace:configure.ac:449: -1- id 107687: m4_define ... m4trace:configure.ac:449: -1- id 107687: m4_define([lt_decl_dict(macro_version:description)], [Which release of libtool.m4 was used?]) -> ??? m4trace:configure.ac:449: -1- id 107687: m4_define(...) m4trace:configure.ac:449: -1- id 107688: lt_dict_add_subkey ... m4trace:configure.ac:449: -1- id 107688: lt_dict_add_subkey([lt_decl_dict], [macro_version], [tagged?], [m4_ifval([], [yes], [no])]) -> ??? m4trace:configure.ac:449: -1- id 107688: lt_dict_add_subkey(...) -> [m4_define([lt_decl_dict(macro_version:tagged?)], [m4_ifval([], [yes], [no])])] m4trace:configure.ac:449: -1- id 107689: m4_define ... m4trace:configure.ac:449: -1- id 107689: m4_define([lt_decl_dict(macro_version:tagged?)], [m4_ifval([], [yes], [no])]) -> ??? m4trace:configure.ac:449: -1- id 107689: m4_define(...) m4trace:configure.ac:449: -1- id 107690: _LT_DECL ... m4trace:configure.ac:449: -1- id 107690: _LT_DECL([], [macro_revision], [0]) -> ??? m4trace:configure.ac:449: -1- id 107690: _LT_DECL(...) -> [lt_if_append_uniq([lt_decl_varnames], [macro_revision], [[, ]], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]) ] m4trace:configure.ac:449: -1- id 107691: lt_if_append_uniq ... m4trace:configure.ac:449: -1- id 107691: lt_if_append_uniq([lt_decl_varnames], [macro_revision], [[, ]], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]) -> ??? m4trace:configure.ac:449: -1- id 107691: lt_if_append_uniq(...) -> [m4_ifdef([lt_decl_varnames], [m4_bmatch([, ][]m4_defn([lt_decl_varnames])[, ], [, ][]m4_re_escape([macro_revision])[, ], [], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])])], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])])] m4trace:configure.ac:449: -1- id 107692: m4_ifdef ... m4trace:configure.ac:449: -1- id 107692: m4_ifdef([lt_decl_varnames], [m4_bmatch([, ][]m4_defn([lt_decl_varnames])[, ], [, ][]m4_re_escape([macro_revision])[, ], [], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])])], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]) -> ??? m4trace:configure.ac:449: -1- id 107692: m4_ifdef(...) -> [m4_bmatch([, ][]m4_defn([lt_decl_varnames])[, ], [, ][]m4_re_escape([macro_revision])[, ], [], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])])] m4trace:configure.ac:449: -1- id 107693: m4_bmatch ... m4trace:configure.ac:449: -2- id 107694: m4_defn ... m4trace:configure.ac:449: -2- id 107694: m4_defn([lt_decl_varnames]) -> ??? m4trace:configure.ac:449: -2- id 107694: m4_defn(...) -> [m4_if([1], [0], [[m4_defn]], [1], [1], [m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])], [m4_fatal([m4_defn: undefined macro: lt_decl_varnames])])], [m4_foreach([_m4_macro], [[lt_decl_varnames]], [m4_defn(_m4_defn([_m4_macro]))])])] m4trace:configure.ac:449: -2- id 107695: m4_if ... m4trace:configure.ac:449: -2- id 107695: m4_if([1], [0], [[m4_defn]], [1], [1], [m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])], [m4_fatal([m4_defn: undefined macro: lt_decl_varnames])])], [m4_foreach([_m4_macro], [[lt_decl_varnames]], [m4_defn(_m4_defn([_m4_macro]))])]) -> ??? m4trace:configure.ac:449: -2- id 107695: m4_if(...) -> [m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])], [m4_fatal([m4_defn: undefined macro: lt_decl_varnames])])] m4trace:configure.ac:449: -2- id 107696: m4_ifdef ... m4trace:configure.ac:449: -2- id 107696: m4_ifdef([lt_decl_varnames], [_m4_defn([lt_decl_varnames])], [m4_fatal([m4_defn: undefined macro: lt_decl_varnames])]) -> ??? m4trace:configure.ac:449: -2- id 107696: m4_ifdef(...) -> [_m4_defn([lt_decl_varnames])] m4trace:configure.ac:449: -2- id 107697: _m4_defn ... m4trace:configure.ac:449: -2- id 107697: _m4_defn([lt_decl_varnames]) -> ??? m4trace:configure.ac:449: -2- id 107697: _m4_defn(...) -> [[macro_version]] m4trace:configure.ac:449: -2- id 107698: m4_re_escape ... m4trace:configure.ac:449: -2- id 107698: m4_re_escape([macro_revision]) -> ??? m4trace:configure.ac:449: -2- id 107698: m4_re_escape(...) -> [m4_bpatsubst([macro_revision], [[][*+.?\^$]], [\\\&])] m4trace:configure.ac:449: -2- id 107699: m4_bpatsubst ... m4trace:configure.ac:449: -2- id 107699: m4_bpatsubst([macro_revision], [[][*+.?\^$]], [\\\&]) -> ??? m4trace:configure.ac:449: -2- id 107699: m4_bpatsubst(...) -> [macro_revision] m4trace:configure.ac:449: -1- id 107693: m4_bmatch([, macro_version, ], [, macro_revision, ], [], [m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]) -> ??? m4trace:configure.ac:449: -1- id 107693: m4_bmatch(...) -> [m4_if([4], 0, [m4_fatal([m4_bmatch: too few arguments: 4])], [4], 1, [m4_fatal([m4_bmatch: too few arguments: 4: , macro_version, ])], [4], 2, [, macro_revision, ], [m4_define([_m4_b], m4_pushdef([_m4_b])[m4_define([_m4_b], _m4_defn([_m4_bmatch]))]_m4_for([_m4_b], [3], m4_eval([(4 + 1) / 2 * 2 - 1]), [2], [_m4_bmatch_([1], m4_decr(_m4_b), _m4_b)])[_m4_b([], [],]m4_dquote( [$]m4_incr(_m4_b))[_m4_popdef([_m4_b]))])m4_unquote(_m4_b([, macro_version, ],[, macro_revision, ],[],[m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]))])] m4trace:configure.ac:449: -1- id 107700: m4_if ... m4trace:configure.ac:449: -1- id 107700: m4_if([4], [0], [m4_fatal([m4_bmatch: too few arguments: 4])], [4], [1], [m4_fatal([m4_bmatch: too few arguments: 4: , macro_version, ])], [4], [2], [, macro_revision, ], [m4_define([_m4_b], m4_pushdef([_m4_b])[m4_define([_m4_b], _m4_defn([_m4_bmatch]))]_m4_for([_m4_b], [3], m4_eval([(4 + 1) / 2 * 2 - 1]), [2], [_m4_bmatch_([1], m4_decr(_m4_b), _m4_b)])[_m4_b([], [],]m4_dquote( [$]m4_incr(_m4_b))[_m4_popdef([_m4_b]))])m4_unquote(_m4_b([, macro_version, ],[, macro_revision, ],[],[m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]))]) -> ??? m4trace:configure.ac:449: -1- id 107700: m4_if(...) -> [m4_define([_m4_b], m4_pushdef([_m4_b])[m4_define([_m4_b], _m4_defn([_m4_bmatch]))]_m4_for([_m4_b], [3], m4_eval([(4 + 1) / 2 * 2 - 1]), [2], [_m4_bmatch_([1], m4_decr(_m4_b), _m4_b)])[_m4_b([], [],]m4_dquote( [$]m4_incr(_m4_b))[_m4_popdef([_m4_b]))])m4_unquote(_m4_b([, macro_version, ],[, macro_revision, ],[],[m4_append([lt_decl_varnames], [macro_revision], [[, ]])lt_dict_add_subkey([lt_decl_dict], [macro_revision], [libtool_name], [m4_ifval([], [], [macro_revision])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [value], [0]) m4_ifval([], [lt_dict_add_subkey([lt_decl_dict], [macro_revision], [description], [])]) lt_dict_add_subkey([lt_decl_dict], [macro_revision], [tagged?], [m4_ifval([], [yes], [no])])]))] m4trace:configure.ac:449: -1- id 107701: m4_define ...
m4trace:configure.ac:1649: -7- id 625943: lt_if_dict_fetch ... m4trace:configure.ac:1649: -8- id 625944: _Lt_key ... m4trace:configure.ac:1649: -8- id 625944: _Lt_key -> ??? m4trace:configure.ac:1649: -8- id 625944: _Lt_key -> [macro_version, macro_revision, enable_shared, enable_static, pic_mode, enable_fast_install, host_alias, host, host_os, build_alias, build, build_os, SED, Xsed, GREP, EGREP, FGREP, LD, NM, LN_S, max_cmd_len, ac_objext, exeext, lt_unset, lt_SP2NL, lt_NL2SP, reload_flag, reload_cmds, deplibs_check_method, file_magic_cmd, AR, AR_FLAGS, STRIP, RANLIB, old_postinstall_cmds, old_postuninstall_cmds, old_archive_cmds, CC, CFLAGS, compiler, GCC, lt_cv_sys_global_symbol_pipe, lt_cv_sys_global_symbol_to_cdecl, lt_cv_sys_global_symbol_to_c_name_address, objdir, SHELL, ECHO, MAGIC_CMD, MAGIC_CMD, CC, CFLAGS, compiler, GCC, lt_prog_compiler_no_builtin_flag, lt_prog_compiler_wl, lt_prog_compiler_pic, lt_prog_compiler_static, lt_cv_prog_compiler_c_o, lt_cv_prog_compiler_c_o, need_locks, libext, shrext_cmds, extract_expsyms_cmds, archive_cmds_need_lc, enable_shared_with_static_runtimes, export_dynamic_flag_spec, whole_archive_flag_spec, compiler_needs_object, old_archive_from_new_cmds, old_archive_from_expsyms_cmds, archive_cmds, archive_expsym_cmds, module_cmds, module_expsym_cmds, with_gnu_ld, allow_undefined_flag, no_undefined_flag, hardcode_libdir_flag_spec, hardcode_libdir_flag_spec_ld, hardcode_libdir_separator, hardcode_direct, hardcode_direct_absolute, hardcode_minus_L, hardcode_shlibpath_var, hardcode_automatic, inherit_rpath, link_all_deplibs, fix_srcfile_path, always_export_symbols, export_symbols_cmds, exclude_expsyms, include_expsyms, prelink_cmds, file_list_spec, variables_saved_for_relink, need_lib_prefix, need_version, version_type, runpath_var, shlibpath_var, shlibpath_overrides_runpath, libname_spec, library_names_spec, soname_spec, postinstall_cmds, postuninstall_cmds, finish_cmds, finish_eval, hardcode_into_libs, sys_lib_search_path_spec, sys_lib_dlsearch_path_spec, hardcode_action, enable_dlopen, enable_dlopen_self, enable_dlopen_self_static, old_striplib, striplib, CC, CFLAGS, compiler, GCC, LD, predep_objects, postdep_objects, predeps, postdeps, compiler_ lib_search_path, lt_prog_compiler_wl, lt_prog_compiler_pic, lt_prog_compiler_static, lt_cv_prog_compiler_c_o, lt_cv_prog_compiler_c_o, need_locks, libext, shrext_cmds, extract_expsyms_cmds, archive_cmds_need_lc, enable_shared_with_static_runtimes, export_dynamic_flag_spec, whole_archive_flag_spec, compiler_needs_object, old_archive_from_new_cmds, old_archive_from_expsyms_cmds, archive_cmds, archive_expsym_cmds, module_cmds, module_expsym_cmds, with_gnu_ld, allow_undefined_flag, no_undefined_flag, hardcode_libdir_flag_spec, hardcode_libdir_flag_spec_ld, hardcode_libdir_separator, hardcode_direct, hardcode_direct_absolute, hardcode_minus_L, hardcode_shlibpath_var, hardcode_automatic, inherit_rpath, link_all_deplibs, fix_srcfile_path, always_export_symbols, export_symbols_cmds, exclude_expsyms, include_expsyms, prelink_cmds, file_list_spec, variables_saved_for_relink, need_lib_prefix, need_version, version_type, runpath_var, shlibpath_var, shlibpath_overrides_runpath, libname_spec, library_names_spec, soname_spec, postinstall_cmds, postuninstall_cmds, finish_cmds, finish_eval, hardcode_into_libs, sys_lib_search_path_spec, sys_lib_dlsearch_path_spec, hardcode_action, CC, CFLAGS, compiler, GCC, lt_prog_compiler_no_builtin_flag, lt_prog_compiler_wl, lt_prog_compiler_pic, lt_prog_compiler_static, lt_cv_prog_compiler_c_o, lt_cv_prog_compiler_c_o, need_locks, libext, shrext_cmds, extract_expsyms_cmds, archive_cmds_need_lc, enable_shared_with_static_runtimes, export_dynamic_flag_spec, whole_archive_flag_spec, compiler_needs_object, old_archive_from_new_cmds, old_archive_from_expsyms_cmds, archive_cmds, archive_expsym_cmds, module_cmds, module_expsym_cmds, with_gnu_ld, allow_undefined_flag, no_undefined_flag, hardcode_libdir_flag_spec, hardcode_libdir_flag_spec_ld, hardcode_libdir_separator, hardcode_direct, hardcode_direct_absolute, hardcode_minus_L, hardcode_shlibpath_var, hardcode_automatic, inherit_rpath, link_all_deplibs, fix_srcfile_path, always_export_symbols, export_symbols_cmds, exclude_expsyms, include_expsyms, pr elink_cmds, file_list_spec, variables_saved_for_relink, need_lib_prefix, need_version, version_type, runpath_var, shlibpath_var, shlibpath_overrides_runpath, libname_spec, library_names_spec, soname_spec, postinstall_cmds, postuninstall_cmds, finish_cmds, finish_eval, hardcode_into_libs, sys_lib_search_path_spec, sys_lib_dlsearch_path_spec, hardcode_action] m4trace:configure.ac:1649: -7- id 625943: lt_if_dict_fetch([lt_decl_dict], [macro_version], [macro_revision], [enable_shared], [enable_static], [pic_mode], [enable_fast_install], [host_alias], [host], [host_os], [build_alias], [build], [build_os], [SED], [Xsed], [GREP], [EGREP], [FGREP], [LD], [NM], [LN_S], [max_cmd_len], [ac_objext], [exeext], [lt_unset], [lt_SP2NL], [lt_NL2SP], [reload_flag], [reload_cmds], [deplibs_check_method], [file_magic_cmd], [AR], [AR_FLAGS], [STRIP], [RANLIB], [old_postinstall_cmds], [old_postuninstall_cmds], [old_archive_cmds], [CC], [CFLAGS], [compiler], [GCC], [lt_cv_sys_global_symbol_pipe], [lt_cv_sys_global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_c_name_address], [objdir], [SHELL], [ECHO], [MAGIC_CMD], [MAGIC_CMD], [CC], [CFLAGS], [compiler], [GCC], [lt_prog_compiler_no_builtin_flag], [lt_prog_compiler_wl], [lt_prog_compiler_pic], [lt_prog_compiler_static], [lt_cv_prog_compiler_c_o], [lt_cv_prog_compiler_c_o], [need_locks], [libext], [shrext_cmds], [extract_expsyms_cmds], [archive_cmds_need_lc], [enable_shared_with_static_runtimes], [export_dynamic_flag_spec], [whole_archive_flag_spec], [compiler_needs_object], [old_archive_from_new_cmds], [old_archive_from_expsyms_cmds], [archive_cmds], [archive_expsym_cmds], [module_cmds], [module_expsym_cmds], [with_gnu_ld], [allow_undefined_flag], [no_undefined_flag], [hardcode_libdir_flag_spec], [hardcode_libdir_flag_spec_ld], [hardcode_libdir_separator], [hardcode_direct], [hardcode_direct_absolute], [hardcode_minus_L], [hardcode_shlibpath_var], [hardcode_automatic], [inherit_rpath], [link_all_deplibs], [fix_srcfile_path], [always_export_symbols], [export_symbols_cmds], [exclude_expsyms], [include_expsyms], [prelink_cmds], [file_list_spec], [variables_saved_for_relink], [need_lib_prefix], [need_version], [version_type], [runpath_var], [shlibpath_var], [shlibpath_overrides_runpath], [libname_spec], [library_names_spec], [soname_spec], [postinstall_cmds], [postuninstall_cmds], [finish_cmds], [finish_eval], [hardcode_into_libs], [sys_lib_s earch_path_spec], [sys_lib_dlsearch_path_spec], [hardcode_action], [enable_dlopen], [enable_dlopen_self], [enable_dlopen_self_static], [old_striplib], [striplib], [CC], [CFLAGS], [compiler], [GCC], [LD], [predep_objects], [postdep_objects], [predeps], [postdeps], [compiler_lib_search_path], [lt_prog_compiler_wl], [lt_prog_compiler_pic], [lt_prog_compiler_static], [lt_cv_prog_compiler_c_o], [lt_cv_prog_compiler_c_o], [need_locks], [libext], [shrext_cmds], [extract_expsyms_cmds], [archive_cmds_need_lc], [enable_shared_with_static_runtimes], [export_dynamic_flag_spec], [whole_archive_flag_spec], [compiler_needs_object], [old_archive_from_new_cmds], [old_archive_from_expsyms_cmds], [archive_cmds], [archive_expsym_cmds], [module_cmds], [module_expsym_cmds], [with_gnu_ld], [allow_undefined_flag], [no_undefined_flag], [hardcode_libdir_flag_spec], [hardcode_libdir_flag_spec_ld], [hardcode_libdir_separator], [hardcode_direct], [hardcode_direct_absolute], [hardcode_minus_L], [hardcode_shlibpath_var], [hardcode_automatic], [inherit_rpath], [link_all_deplibs], [fix_srcfile_path], [always_export_symbols], [export_symbols_cmds], [exclude_expsyms], [include_expsyms], [prelink_cmds], [file_list_spec], [variables_saved_for_relink], [need_lib_prefix], [need_version], [version_type], [runpath_var], [shlibpath_var], [shlibpath_overrides_runpath], [libname_spec], [library_names_spec], [soname_spec], [postinstall_cmds], [postuninstall_cmds], [finish_cmds], [finish_eval], [hardcode_into_libs], [sys_lib_search_path_spec], [sys_lib_dlsearch_path_spec], [hardcode_action], [CC], [CFLAGS], [compiler], [GCC], [lt_prog_compiler_no_builtin_flag], [lt_prog_compiler_wl], [lt_prog_compiler_pic], [lt_prog_compiler_static], [lt_cv_prog_compiler_c_o], [lt_cv_prog_compiler_c_o], [need_locks], [libext], [shrext_cmds], [extract_expsyms_cmds], [archive_cmds_need_lc], [enable_shared_with_static_runtimes], [export_dynamic_flag_spec], [whole_archive_flag_spec], [compiler_needs_object], [old_archive_from_new_cmds], [old_archive_from_expsyms_cmds], [archive_ cmds], [archive_expsym_cmds], [module_cmds], [module_expsym_cmds], [with_gnu_ld], [allow_undefined_flag], [no_undefined_flag], [hardcode_libdir_flag_spec], [hardcode_libdir_flag_spec_ld], [hardcode_libdir_separator], [hardcode_direct], [hardcode_direct_absolute], [hardcode_minus_L], [hardcode_shlibpath_var], [hardcode_automatic], [inherit_rpath], [link_all_deplibs], [fix_srcfile_path], [always_export_symbols], [export_symbols_cmds], [exclude_expsyms], [include_expsyms], [prelink_cmds], [file_list_spec], [variables_saved_for_relink], [need_lib_prefix], [need_version], [version_type], [runpath_var], [shlibpath_var], [shlibpath_overrides_runpath], [libname_spec], [library_names_spec], [soname_spec], [postinstall_cmds], [postuninstall_cmds], [finish_cmds], [finish_eval], [hardcode_into_libs], [sys_lib_search_path_spec], [sys_lib_dlsearch_path_spec], [hardcode_action], [tagged?], [no], [_Lt_key ]) -> ??? m4trace:configure.ac:1649: -7- id 625943: lt_if_dict_fetch(...) -> [m4_if(lt_dict_fetch([lt_decl_dict], [macro_version], [macro_revision]), [enable_shared], [enable_static], [pic_mode])] m4trace:configure.ac:1649: -7- id 625945: m4_if ... **** this is where it fails to retrieve values for the entries in lt_decl_varnames. m4trace:configure.ac:1649: -8- id 625946: lt_dict_fetch ... m4trace:configure.ac:1649: -8- id 625946: lt_dict_fetch([lt_decl_dict], [macro_version], [macro_revision]) -> ??? m4trace:configure.ac:1649: -8- id 625946: lt_dict_fetch(...) -> [m4_ifval([macro_revision], m4_ifdef([lt_decl_dict(macro_version:macro_revision)], [m4_defn([lt_decl_dict(macro_version:macro_revision)])]), m4_ifdef([lt_decl_dict(macro_version)], [m4_defn([lt_decl_dict(macro_version)])]))] m4trace:configure.ac:1649: -8- id 625947: m4_ifval ... m4trace:configure.ac:1649: -9- id 625948: m4_ifdef ... m4trace:configure.ac:1649: -9- id 625948: m4_ifdef([lt_decl_dict(macro_version:macro_revision)], [m4_defn([lt_decl_dict(macro_version:macro_revision)])]) -> ??? m4trace:configure.ac:1649: -9- id 625948: m4_ifdef(...) m4trace:configure.ac:1649: -9- id 625949: m4_ifdef ... m4trace:configure.ac:1649: -9- id 625949: m4_ifdef([lt_decl_dict(macro_version)], [m4_defn([lt_decl_dict(macro_version)])]) -> ??? m4trace:configure.ac:1649: -9- id 625949: m4_ifdef(...) m4trace:configure.ac:1649: -8- id 625947: m4_ifval([macro_revision], [], []) -> ??? m4trace:configure.ac:1649: -8- id 625947: m4_ifval(...) -> [m4_if([macro_revision], [], [], [])] m4trace:configure.ac:1649: -8- id 625950: m4_if ... m4trace:configure.ac:1649: -8- id 625950: m4_if([macro_revision], [], [], []) -> ??? m4trace:configure.ac:1649: -8- id 625950: m4_if(...)
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/