Hello, Gary!
The latest commit to the head brach in the libtool repository breaks
libtool. With autoconf-2.13 and automake-1.4 this looks like this:
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
doc/Makefile.am:4: installing `doc/mdate-sh'
doc/Makefile.am:4: installing `doc/texinfo.tex'
configure.in: 33: required file `../ltconfig' not found
With the CVS-current autoconf and automake the breakage is much worse:
configure.in:50: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:50: [[error: [[[backquotes and double quotes should not be backslashed
in: [[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:50: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
/usr/local/bin/autoheader: /tmp/ah1156/traces.sh: line 12: unexpected EOF while
looking for matching `''
/usr/local/bin/autoheader: /tmp/ah1156/traces.sh: line 14: syntax error: unexpected
end of file
autoheader: config.h.in is unchanged
configure.in: 33: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL' instead
configure.in:29: warning: AC_C_CONST was called before AC_PROG_CC_STDC
configure.in:33: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:33: [[error: [[[backquotes and double quotes should not be backslashed
in: [[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:33: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
configure.in: 10: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL' instead
configure.in:7: warning: AC_C_CONST was called before AC_PROG_CC_STDC
configure.in:10: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:10: [[error: [[[backquotes and double quotes should not be backslashed
in: [[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:10: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
configure.in: 8: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL' instead
configure.in:8: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:8: [[error: [[[backquotes and double quotes should not be backslashed in:
[[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:8: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
configure.in: 16: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL' instead
configure.in:7: warning: AC_C_CONST was called before AC_PROG_CC_STDC
configure.in:16: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:16: [[error: [[[backquotes and double quotes should not be backslashed
in: [[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:16: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
configure.in: 8: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL' instead
configure.in:8: /usr/bin/m4: Bad regular expression `[\([`""]\)]': Unmatched ) or \)
configure.in:8: [[error: [[[backquotes and double quotes should not be backslashed in:
[[configure: WARNING: [\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared
libraries]]]]]]]
]configure.in:8: /usr/bin/m4: Non-numeric argument to built-in `m4exit'
I haven't investigated the problem in depth. It must be an incomplete
commit or something like that. I hope you will fix this promptly.
Regards,
Pavel Roskin