* libtool.m4 (cygwin): s/\(mingw\|cygwin\)32/\1/g. Must've

missed this file when I changed to cygnus' new sanction name.
This commit is contained in:
Gary V. Vaughan 1999-02-26 16:08:42 +00:00
parent 86779ddd73
commit 8b340a5a7d
2 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
1999-02-26 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* libtool.m4 (cygwin): s/\\(mingw\\|cygwin\\)32/\\1/g. Must've
missed this file when I changed to cygnus' new sanction name.
* ltconfig.in (sub_uncdrive): removed. This won't work with
the next version of cygwin.

12
libtool.m4 vendored
View File

@ -86,8 +86,8 @@ case "$host" in
fi
;;
*-*-cygwin32*)
AC_SYS_LIBTOOL_CYGWIN32
*-*-cygwin*)
AC_SYS_LIBTOOL_CYGWIN
;;
esac
@ -401,7 +401,7 @@ case "$host_os" in
aix*)
ac_symcode='[BCDT]'
;;
cygwin32* | mingw32*)
cygwin* | mingw*)
ac_symcode='[ABCDGISTW]'
;;
irix*)
@ -543,8 +543,8 @@ fi
AC_MSG_RESULT($ac_result)
])
# AC_SYS_LIBTOOL_CYGWIN32 - find tools needed on cygwin32
AC_DEFUN(AC_SYS_LIBTOOL_CYGWIN32,
# AC_SYS_LIBTOOL_CYGWIN - find tools needed on cygwin
AC_DEFUN(AC_SYS_LIBTOOL_CYGWIN,
[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
AC_CHECK_TOOL(AS, as, false)
])
@ -605,4 +605,4 @@ AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
AC_DEFUN(AM_SYS_NM_PARSE, [indir([AC_SYS_NM_PARSE])])dnl
AC_DEFUN(AM_SYS_SYMBOL_UNDERSCORE, [indir([AC_SYS_SYMBOL_UNDERSCORE])])dnl
AC_DEFUN(AM_SYS_LIBTOOL_CYGWIN32, [indir([AC_SYS_LIBTOOL_CYGWIN32])])dnl
AC_DEFUN(AM_SYS_LIBTOOL_CYGWIN, [indir([AC_SYS_LIBTOOL_CYGWIN])])dnl