~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to guile-readline/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Rob Browning
  • Date: 2008-05-10 12:18:50 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510121850-mwi7tobbfkat03vr
Tags: 1.8.5+1-1
* Incorporate new upstream stable release.

* Fix gcc 4.3 compilation problems (fixed upstream now).  Thanks to
  Alexander Schmehl <tolimar@debian.org> for the previous, related
  1.8.4+1-2.1 NMU, and to Maximiliano Curia and Daniel Schepler for the
  original patch. (closes: #462384, #466778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.50)
2
2
 
 
3
dnl Don't use "echo -n", which is not portable (e.g., not available on
 
4
dnl MacOS X).  Instead, use `patsubst' to remove the newline.
3
5
AC_INIT(guile-readline,
4
 
        m4_esyscmd(. ../GUILE-VERSION && echo -n ${GUILE_VERSION}))
 
6
        patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}), [
 
7
]),
 
8
        [bug-guile@gnu.org])
 
9
 
5
10
AC_CONFIG_AUX_DIR([.])
6
11
AC_CONFIG_SRCDIR(readline.c)
7
12
AM_CONFIG_HEADER([guile-readline-config.h])