~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-10-03 18:55:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041003185552-lajte679mu9qog2g
Tags: 1.4.2-1
* New stable release (portability bug fixes, no user visible changes).
* Changed doc-base and copyright files to UTF-8 (Closes: #266018).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Configure template for GNU m4.
2
 
# Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.
 
2
# Copyright (C) 1991, 1993, 1994, 2004 Free Software Foundation, Inc.
3
3
# Process this file with autoconf to produce a configure script.
4
4
 
5
 
undefine([changeword])
6
 
 
7
5
AC_INIT(src/m4.c)
8
6
AC_CONFIG_HEADER(config.h)
9
7
AC_ARG_PROGRAM
10
8
 
11
9
PRODUCT=m4
12
 
VERSION=1.4
 
10
VERSION=1.4.2
13
11
AC_DEFINE_UNQUOTED(PRODUCT, "$PRODUCT")
14
12
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
15
13
AC_SUBST(PRODUCT)
38
36
AC_REPLACE_FUNCS(strtol)
39
37
AC_MSG_CHECKING(ecvt declaration)
40
38
AC_EGREP_HEADER(ecvt, stdlib.h,
41
 
  [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_EFGCVT, 2)], 
 
39
  [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_EFGCVT, 2)],
42
40
  [AC_MSG_RESULT(no); AC_CHECK_FUNCS(ecvt)])
43
41
 
44
42
AC_MSG_CHECKING(if stack overflow is detectable)