~ubuntu-branches/ubuntu/lucid/slrn/lucid

« back to all changes in this revision

Viewing changes to autoconf/aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Jörg Sommer
  • Date: 2008-08-18 23:32:54 UTC
  • mfrom: (1.1.6 upstream) (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080818233254-vi692cugon4nda4j
Tags: 0.9.9-1
* New upstream release
  + A solution to workaround the problem of overlong lines in the
    header, especially the References line, was added in version
    pre127. (closes: #472006)

* Remove the patch gnutls-support.dpatch, because it's applied to the
  upstream source in pre123.

* Adapted the watch to the the new location on space.mit.edu, former
  sourceforge.net.

* Added the DM-Upload-Allowed field in the control file.

* Upload sponsored by Norbert Tretkowski

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl# -*- mode: sh; mode: fold -*-
 
2
dnl# 0.2.3-2: X was missing in a "test" statement (Joerg Sommer)
2
3
dnl# 0.2.3-1: AC_AIX needs to be called before running the compiler (Miroslav Lichvar)
3
4
dnl# 0.2.3: rewrote JD_CHECK_FOR_LIBRARY to loop over include/lib pairs
4
5
dnl# 0.2.2-1: JD_WITH_LIBRARY bug-fix
899
900
    fi
900
901
  fi
901
902
 
902
 
  if test X"$jd_$1_include_dir" != X -a "$jd_$1_library_dir" != X
 
903
  if test X"$jd_$1_include_dir" != X -a X"$jd_$1_library_dir" != X
903
904
  then
904
905
    AC_MSG_RESULT(yes: $jd_$1_library_dir and $jd_$1_include_dir)
905
906
    jd_with_$1_library="yes"