(odd form of comment in 3rd or 4th attempt to get my mail accepted)
+AC_CONFIG_MACRO_DIR(build)
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR(build)
why two of these invocations?
+ dnl should become LT_INIT(win32-dll)
AC_PROG_LIBTOOL
+AC_LIBTOOL_WIN32_DLL
I see these warnings with autoconf 2.61:
configure.in:220: warning: AC_LIBTOOL_SETUP was called before
AC_LIBTOOL_WIN32_DLL
build/libtool.m4:1902: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.in:220: the top level
buildconf: creating configure ...
configure.in:220: warning: AC_LIBTOOL_SETUP was called before
AC_LIBTOOL_WIN32_DLL
build/libtool.m4:1902: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.in:220: the top level
|