~ubuntu-branches/ubuntu/natty/expect/natty

« back to all changes in this revision

Viewing changes to testsuite/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-10-23 12:24:40 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091023122440-5uujs2py5bx5v7vs
* Added buid conflict with autoconf2.13 because autoconf 2.50 or newer is
  required to process configure.in template.
* Fixed building with the current config.sub and config.guess from
  autotools-dev package (closes: #551332).
* Fixed cleaning after build is done.

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.c)
3
 
 
4
 
CY_AC_PATH_TCLCONFIG
5
 
CY_AC_LOAD_TCLCONFIG
 
2
AC_INIT([exp_test],[0.42])
 
3
 
 
4
TEA_INIT([3.5])
 
5
 
 
6
AC_CONFIG_AUX_DIR(../tclconfig)
 
7
 
 
8
TEA_PATH_TCLCONFIG
 
9
TEA_LOAD_TCLCONFIG
6
10
CC=$TCL_CC
7
11
 
8
12
AC_PROG_CC