~ubuntu-branches/ubuntu/utopic/newt/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-07-01 23:06:29 UTC
  • mfrom: (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20130701230629-vn7p5llzt03j09mv
Tags: 0.52.15-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix python-* package descriptions.
  - Install/remove alternatives for the ubuntu palette.
  - Don't install python-newt example files.
  - Install whiptail in /bin instead of /usr/bin.
* Still build with tcl8.5 (8.6 is in universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
AC_PROG_INSTALL
15
15
AC_PROG_LN_S
16
16
AC_PROG_GREP
 
17
AC_SYS_LARGEFILE
17
18
 
18
19
# Are we using GNU ld?
19
20
AC_MSG_CHECKING([for GNU ld])
99
100
    . ${ac_cv_c_tclconfig}/tclConfig.sh
100
101
    AC_SUBST([TCL_LIB_FLAG])
101
102
    WHIPTCLSO=whiptcl.so
 
103
    # needed with tcl8.6
 
104
    CPPFLAGS="$CPPFLAGS -DUSE_INTERP_RESULT"
102
105
  else
103
106
    AC_MSG_RESULT([NOT found])
104
107
  fi