~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to m4/curl-system.m4

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2009-11-05 10:11:57 UTC
  • mto: (3.3.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: james.westby@ubuntu.com-20091105101157-bj4sosg9l00k9c08
Tags: upstream-7.19.7
ImportĀ upstreamĀ versionĀ 7.19.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: curl-system.m4,v 1.2 2008-11-19 01:57:27 yangtse Exp $
 
21
# $Id: curl-system.m4,v 1.3 2009-10-19 04:13:12 yangtse Exp $
22
22
#***************************************************************************
23
23
 
24
24
# File version for 'aclocal' use. Keep it a single number.
25
 
# serial 2
 
25
# serial 3
26
26
 
27
27
 
28
28
dnl CURL_CHECK_PATH_SEPARATOR
77
77
  AC_SUBST([PATH])
78
78
])
79
79
 
 
80
 
 
81
dnl CURL_CHECK_PATH_SEPARATOR_REQUIRED
 
82
dnl -------------------------------------------------
 
83
dnl Use this to ensure that the path separator check
 
84
dnl macro is only expanded and included once.
 
85
 
 
86
AC_DEFUN([CURL_CHECK_PATH_SEPARATOR_REQUIRED], [
 
87
  AC_REQUIRE([CURL_CHECK_PATH_SEPARATOR])dnl
 
88
])
 
89