/[autoconf]/autoconf/aclocal.m4
ViewVC logotype

Diff of /autoconf/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by akim, Tue Sep 3 09:17:44 2002 UTC revision 1.28 by akim, Wed Sep 11 10:01:54 2002 UTC
# Line 69  if test "`cd $srcdir && pwd`" != "`pwd`" Line 69  if test "`cd $srcdir && pwd`" != "`pwd`"
69    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
70  fi  fi
71    
72    # test whether we have cygpath
73    if test -z "$CYGPATH_W"; then
74      if (cygpath --version) >/dev/null 2>/dev/null; then
75        CYGPATH_W='cygpath -w'
76      else
77        CYGPATH_W=echo
78      fi
79    fi
80    AC_SUBST([CYGPATH_W])
81    
82  # Define the identity of the package.  # Define the identity of the package.
83  dnl Distinguish between old-style and new-style calls.  dnl Distinguish between old-style and new-style calls.
84  m4_ifval([$2],  m4_ifval([$2],

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26