configure.ac   configure.ac 
dnl Process this file with autoconf to produce a configure script dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$) AC_REVISION($Revision$)
dnl This configure file is known to work with autoconf-2.57, dnl This configure file is known to work with autoconf-2.57,
dnl automake versions 1.6.3 and 1.7.5, and libtool versions 1.4.2 and dnl automake versions 1.6.3 and 1.7.5, and libtool versions 1.4.2 and
dnl 1.5. It should work with autoconf versions 2.50 or better, and dnl 1.5. It should work with autoconf versions 2.50 or better, and
dnl automake 1.6 or better. dnl automake 1.6 or better.
dnl Initialisation: package name and version number dnl Initialisation: package name and version number
AC_INIT(ast, 7.0.4, ussc@star.rl.ac.uk) AC_INIT(ast, 7.0.5, ussc@star.rl.ac.uk)
dnl Require autoconf-2.50 at least dnl Require autoconf-2.50 at least
AC_PREREQ(2.50) AC_PREREQ(2.50)
dnl Require Starlink automake dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink) AM_INIT_AUTOMAKE(1.8.2-starlink)
dnl Sanity-check: name a file in the source directory dnl Sanity-check: name a file in the source directory
AC_CONFIG_SRCDIR([ast_link.in]) AC_CONFIG_SRCDIR([ast_link.in])
# Include defaults for Starlink configurations # Include defaults for Starlink configurations
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/