~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to testsuite/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT([exp_test],[0.42])
 
2
AC_INIT([exp_test],[0.43])
3
3
 
4
 
TEA_INIT([3.5])
 
4
TEA_INIT([3.9])
5
5
 
6
6
AC_CONFIG_AUX_DIR(../tclconfig)
7
7
 
8
8
TEA_PATH_TCLCONFIG
9
9
TEA_LOAD_TCLCONFIG
10
 
CC=$TCL_CC
11
 
 
12
 
AC_PROG_CC
13
 
CY_AC_C_WORKS
14
 
 
15
 
# This is for LynxOS, which needs a flag to force true POSIX when
16
 
# building. It's weirder than that, cause the flag varies depending
17
 
# how old the compiler is. So...
18
 
# -X is for the old "cc" and "gcc" (based on 1.42)
19
 
# -mposix is for the new gcc (at least 2.5.8)
20
 
# This modifies the value of $CC to have the POSIX flag added
21
 
# so it'll configure correctly
22
 
CY_AC_TCL_LYNX_POSIX
23
 
CY_AC_PATH_TCLH
24
 
 
25
 
AC_SUBST(CC)
26
 
AC_SUBST(TCLHDIR)
 
10
 
 
11
TEA_SETUP_COMPILER
 
12
 
27
13
AC_SUBST(host)
28
14
AC_OUTPUT(Makefile)