X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=aclocal.m4;h=343fc055be7c93db9545eeb6fe83dbe893f2b2ee;hp=43be1cfb50c4226f7ad890ba64c957f2a2f8ea4e;hb=1559c1ba9c1d51764c46cb99be22a14deea5ce60;hpb=c6abbc3dd08d8a749098dc1674ce6ec65d844e86 diff --git a/aclocal.m4 b/aclocal.m4 index 43be1cfb..343fc055 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.413 2007/01/13 19:46:41 tom Exp $ +dnl $Id: aclocal.m4,v 1.414 2007/01/27 22:53:29 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -4641,7 +4641,7 @@ if test "$with_gpm" != no ; then fi ]) dnl --------------------------------------------------------------------------- -dnl CF_WITH_LIBTOOL version: 12 updated: 2006/12/30 19:00:13 +dnl CF_WITH_LIBTOOL version: 13 updated: 2007/01/27 17:52:16 dnl --------------- dnl Provide a configure option to incorporate libtool. Define several useful dnl symbols for the makefile rules. @@ -4732,7 +4732,7 @@ ifdef([AC_PROG_LIBTOOL],[ # Save the version in a cache variable - this is not entirely a good # thing, but the version string from libtool is very ugly, and for # bug reports it might be useful to have the original string. - cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' -e '2,$d' -e 's/([[^)]]*)//g' -e 's/^[[^1-9]]*//' -e 's/[[^0-9.]].*//'` + cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([[^)]]*)//g' -e 's/^[[^1-9]]*//' -e 's/[[^0-9.]].*//'` AC_MSG_RESULT($cf_cv_libtool_version) if test -z "$cf_cv_libtool_version" ; then AC_MSG_ERROR(This is not libtool)