~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to gettext-tools/gnulib-m4/csharpexec.m4

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# csharpexec.m4 serial 3 (gettext-0.15)
2
 
dnl Copyright (C) 2003-2005 Free Software Foundation, Inc.
 
1
# csharpexec.m4 serial 4
 
2
dnl Copyright (C) 2003-2005, 2009-2010 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
13
13
[
14
14
  AC_REQUIRE([gt_CSHARP_CHOICE])
15
15
  AC_MSG_CHECKING([for C[#] program execution engine])
16
 
  AC_EGREP_CPP(yes, [
 
16
  AC_EGREP_CPP([yes], [
17
17
#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__
18
18
  yes
19
19
#endif
22
22
  pushdef([AC_MSG_CHECKING],[:])dnl
23
23
  pushdef([AC_CHECKING],[:])dnl
24
24
  pushdef([AC_MSG_RESULT],[:])dnl
25
 
  AC_CHECK_PROG(HAVE_ILRUN_IN_PATH, ilrun, yes)
26
 
  AC_CHECK_PROG(HAVE_MONO_IN_PATH, mono, yes)
27
 
  AC_CHECK_PROG(HAVE_CLIX_IN_PATH, clix, yes)
 
25
  AC_CHECK_PROG([HAVE_ILRUN_IN_PATH], [ilrun], [yes])
 
26
  AC_CHECK_PROG([HAVE_MONO_IN_PATH], [mono], [yes])
 
27
  AC_CHECK_PROG([HAVE_CLIX_IN_PATH], [clix], [yes])
28
28
  popdef([AC_MSG_RESULT])dnl
29
29
  popdef([AC_CHECKING])dnl
30
30
  popdef([AC_MSG_CHECKING])dnl
76
76
    esac
77
77
  done
78
78
  AC_MSG_RESULT([$ac_result])
79
 
  AC_SUBST(MONO_PATH)
80
 
  AC_SUBST(MONO_PATH_SEPARATOR)
81
 
  AC_SUBST(CLIX_PATH_VAR)
82
 
  AC_SUBST(CLIX_PATH)
83
 
  AC_SUBST(HAVE_ILRUN)
84
 
  AC_SUBST(HAVE_MONO)
85
 
  AC_SUBST(HAVE_CLIX)
 
79
  AC_SUBST([MONO_PATH])
 
80
  AC_SUBST([MONO_PATH_SEPARATOR])
 
81
  AC_SUBST([CLIX_PATH_VAR])
 
82
  AC_SUBST([CLIX_PATH])
 
83
  AC_SUBST([HAVE_ILRUN])
 
84
  AC_SUBST([HAVE_MONO])
 
85
  AC_SUBST([HAVE_CLIX])
86
86
])