Skip to content

Commit

Permalink
applications: update configure.ac files with autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 4a649a2 commit b110ea4
Show file tree
Hide file tree
Showing 37 changed files with 112 additions and 113 deletions.
6 changes: 3 additions & 3 deletions applications/astrom/configure.ac
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT(astrom, 3.8, starlink@jiscmail.ac.uk)
AC_INIT([astrom],[3.8],[starlink@jiscmail.ac.uk])

AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

AC_CONFIG_SRCDIR([astrom.f])
Expand All @@ -16,7 +16,7 @@ AC_FC_OPEN_SPECIFIERS(readonly)
AC_FC_OPEN_SPECIFIERS(action='read')

dnl Use libtool for linking since it will try to use the -rpath option
AC_PROG_LIBTOOL
LT_INIT

dnl Specify the fortran unit numbers for standard input and output.
dnl We should test for this, but (a) I'm not sure how I'd write such
Expand Down
6 changes: 3 additions & 3 deletions applications/ccdpack/configure.ac
@@ -1,12 +1,12 @@
AC_INIT(ccdpack, 4.1-1, ccdpack@starlink.ac.uk)
AC_PREREQ(2.50)
AC_INIT([ccdpack],[4.1-1],[ccdpack@starlink.ac.uk])
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
AC_CONFIG_SRCDIR(ccdexercise)
STAR_DEFAULTS(per-package-dirs)
STAR_MONOLITHS
AC_PROG_CC
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT
STAR_CNF_COMPATIBLE_SYMBOLS

STAR_CHECK_PROGS([hlib ifd2star fgeneric])
Expand Down
6 changes: 3 additions & 3 deletions applications/coco/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(coco, 2.2-8, starlink@jiscmail.ac.uk)
AC_INIT([coco],[2.2-8],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -20,7 +20,7 @@ AC_PROG_FC
AC_PROG_FPP

dnl Use libtool for linking since it will try to use the -rpath option
AC_PROG_LIBTOOL
LT_INIT

AC_FC_OPEN_SPECIFIERS(readonly)
AC_FC_OPEN_SPECIFIERS(action='read')
Expand Down
8 changes: 4 additions & 4 deletions applications/convert/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(convert, 1.7-1, starlink@jiscmail.ac.uk)
AC_INIT([convert],[1.7-1],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -19,7 +19,7 @@ dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_FPP
AC_PROG_LIBTOOL
LT_INIT

dnl Setup for building monoliths.
STAR_MONOLITHS
Expand Down Expand Up @@ -47,7 +47,7 @@ dnl Ranlib is needed on OS X so that we can update the static libraries
dnl (the archive index is considered out of date if it doesn't match the
dnl date of the archive file, so a simple copying invalidates this, this
dnl is noted in the OS X ranlib man page as a bug, so may not always be
dnl true). Note AC_PROG_LIBTOOL claims to obsolete:
dnl true). Note LT_INIT claims to obsolete this:
dnl AC_PROG_RANLIB
dnl so commented out.

Expand Down
7 changes: 3 additions & 4 deletions applications/convert/idl/configure.ac
Expand Up @@ -4,10 +4,10 @@ AC_REVISION($Revision$)
dnl Initialisation: package name and version number
dnl Note we use the name "convert" not convert-idl, this is a slight of
dnl hand to use the same per-package-dirs as convert.
AC_INIT(convert, 1.5-4, starlink@jiscmail.ac.uk)
AC_INIT([convert],[1.5-4],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink)

Expand All @@ -18,8 +18,7 @@ AC_CONFIG_SRCDIR(IDL_Load.c)
dnl IDL uses a dlopened shareable library.
AC_DISABLE_STATIC
AC_ENABLE_SHARED
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
LT_INIT([dlopen])

AC_CHECK_HEADERS([limits.h])
AC_CHECK_DECLS([PATH_MAX],,,[#include <limits.h>
Expand Down
6 changes: 3 additions & 3 deletions applications/cupid/configure.ac
Expand Up @@ -2,14 +2,14 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(cupid, 2.0, starlink@jiscmail.ac.uk)
AC_INIT([cupid],[2.0],[starlink@jiscmail.ac.uk])
PACKAGE_UPCASE='CUPID'
AC_DEFINE( [PACKAGE_UPCASE], "CUPID", [Upper cased package name] )
AC_SUBST(PACKAGE_UPCASE)


dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -25,7 +25,7 @@ dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_CPP
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT

dnl Setup for creating a monolith.
STAR_MONOLITHS
Expand Down
6 changes: 3 additions & 3 deletions applications/cursa/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(cursa, 6.5, starlink@jiscmail.ac.uk)
AC_INIT([cursa],[6.5],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -17,7 +17,7 @@ STAR_DEFAULTS(per-package-dirs)
dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT

STAR_MONOLITHS
STAR_CHECK_PROGS([starperl])
Expand Down
6 changes: 3 additions & 3 deletions applications/daophot/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(daophot, 1.3-6, starlink@jiscmail.ac.uk)
AC_INIT([daophot],[1.3-6],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink)

Expand All @@ -20,7 +20,7 @@ STAR_MONOLITHS
dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT

dnl Some code requires the G95 flag -fsloppy-char, see if the current
dnl compiler supports this (could improve this check by including
Expand Down
6 changes: 3 additions & 3 deletions applications/datacube/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(datacube, 1.3, starlink@jiscmail.ac.uk)
AC_INIT([datacube],[1.3],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])

dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand All @@ -20,7 +20,7 @@ STAR_DEFAULTS(per-package-dirs)

dnl Find required versions of the programs we need for configuration
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT
STAR_MONOLITHS

STAR_CHECK_PROGS([hlib])
Expand Down
6 changes: 3 additions & 3 deletions applications/dipso/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number.
AC_INIT(dipso, 3.6-5, starlink@jiscmail.ac.uk)
AC_INIT([dipso],[3.6-5],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])

dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand All @@ -25,7 +25,7 @@ dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_FPP
AC_PROG_LIBTOOL
LT_INIT

dnl Need a main and typeless Hex constants
AC_FC_MAIN
Expand Down
8 changes: 4 additions & 4 deletions applications/echomop/configure.ac
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT(echomop, 3.3-7, starlink@jiscmail.ac.uk)
AC_INIT([echomop],[3.3-7],[starlink@jiscmail.ac.uk])

AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

AC_CONFIG_SRCDIR([echomop.f])
Expand All @@ -14,14 +14,14 @@ dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_FPP
AC_PROG_LIBTOOL
LT_INIT

AC_FC_LIBRARY_LDFLAGS
AC_FC_MAIN
STAR_CNF_COMPATIBLE_SYMBOLS

AC_PROG_LN_S
AC_SET_MAKE
AC_PROG_MAKE_SET

AC_FC_HAVE_PERCENTLOC
AC_FC_CHECK_INTRINSICS(loc)
Expand Down
6 changes: 3 additions & 3 deletions applications/echwind/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(echwind, 3.1-4, starlink@jiscmail.ac.uk)
AC_INIT([echwind],[3.1-4],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -17,7 +17,7 @@ STAR_DEFAULTS(per-package-dirs)
dnl Find required versions of the programs we need for configuration
AC_PROG_FC
AC_PROG_FPP
AC_PROG_LIBTOOL
LT_INIT

dnl Need to check for ACCESS mode
AC_FC_OPEN_SPECIFIERS(access='append')
Expand Down
4 changes: 2 additions & 2 deletions applications/esp/configure.ac
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT(esp, 0.11-4, starlink@jiscmail.ac.uk)
AC_INIT([esp],[0.11-4],[starlink@jiscmail.ac.uk])

AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

AC_CONFIG_SRCDIR([ELP_PAR])
Expand Down
6 changes: 3 additions & 3 deletions applications/extractor/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(extractor, 2.5-1, starlink@jiscmail.ac.uk)
AC_INIT([extractor],[2.5-1],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
dnl Require Starlink automake
AM_INIT_AUTOMAKE([1.8.2-starlink subdir-objects])

Expand Down Expand Up @@ -36,7 +36,7 @@ dnl automake to assume it's allowed to play there, too.
dnl Find required versions of the programs we need for configuration
AC_PROG_CC
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT

dnl Declare the build and use dependencies for this package
STAR_DECLARE_DEPENDENCIES(build, [ast ndg sae], [link])
Expand Down
6 changes: 3 additions & 3 deletions applications/figaro/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(figaro, 5.6-6, starlink@jiscmail.ac.uk)
AC_INIT([figaro],[5.6-6],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])

dnl Require Starlink automake
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand All @@ -28,7 +28,7 @@ AC_DISABLE_SHARED
dnl Find required versions of the programs we need for configuration
AC_PROG_FC
AC_PROG_FPP
AC_PROG_LIBTOOL
LT_INIT
AC_PROG_MAKE_SET
STAR_MONOLITHS

Expand Down
6 changes: 3 additions & 3 deletions applications/fluxes/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(fluxes, 1.4-1, starlink@jiscmail.ac.uk)
AC_INIT([fluxes],[1.4-1],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -16,7 +16,7 @@ STAR_DEFAULTS(per-package-dirs)

dnl Find required versions of the programs we need for configuration
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT

STAR_MONOLITHS
STAR_CHECK_PROGS(csh)
Expand Down
6 changes: 3 additions & 3 deletions applications/hdstrace/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(hdstrace, 1.2-3, starlink@jiscmail.ac.uk)
AC_INIT([hdstrace],[1.2-3],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)

dnl Sanity-check: name a file in the source directory -- if this
Expand All @@ -16,7 +16,7 @@ STAR_DEFAULTS

dnl Find required versions of the programs we need for configuration
AC_PROG_FC
AC_PROG_LIBTOOL
LT_INIT
STAR_MONOLITHS

STAR_CNF_COMPATIBLE_SYMBOLS
Expand Down
6 changes: 3 additions & 3 deletions applications/icl/configure.ac
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(icl, 3.1-11, starlink@jiscmail.ac.uk)
AC_INIT([icl],[3.1-11],[starlink@jiscmail.ac.uk])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
AC_PREREQ([2.69])
dnl Require Starlink automake at least
AM_INIT_AUTOMAKE(1.8.2-starlink)

Expand Down Expand Up @@ -50,7 +50,7 @@ if test "$LEX" != flex; then
fi

AC_HEADER_STDC
AC_PROG_LIBTOOL
LT_INIT

# icl_io.c
AC_CHECK_FUNCS([atexit on_exit])
Expand Down

0 comments on commit b110ea4

Please sign in to comment.