Skip to content

Commit

Permalink
autotools: update applications/ and libraries/ so that all the subcom…
Browse files Browse the repository at this point in the history
…ponents

can be bootstrapped after being git cleaned.

The issue is that without an auxdir autoconf looks for the install-sh script
in . ../ and ../../ which usually succeeds in ../, sadly that directory will
never contain ltmain.sh for instance, so we need to make sure that all links
to install-sh etc. are local to the sub-component.
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent e53c898 commit 38db40a
Show file tree
Hide file tree
Showing 99 changed files with 107 additions and 4 deletions.
1 change: 1 addition & 0 deletions applications/astrom/configure.ac
Expand Up @@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT([astrom],[3.8],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand Down
1 change: 1 addition & 0 deletions applications/atools/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(atools, 1.9-14, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/ccdpack/configure.ac
@@ -1,4 +1,5 @@
AC_INIT([ccdpack],[4.1-1],[ccdpack@starlink.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
AC_CONFIG_SRCDIR(ccdexercise)
Expand Down
3 changes: 2 additions & 1 deletion applications/coco/configure.ac
Expand Up @@ -3,7 +3,8 @@ AC_REVISION($Revision$)

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

AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand Down
1 change: 1 addition & 0 deletions applications/convert/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/convert/idl/configure.ac
Expand Up @@ -5,6 +5,7 @@ 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_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/cupid/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([cupid],[2.0],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])
PACKAGE_UPCASE='CUPID'
AC_DEFINE( [PACKAGE_UPCASE], "CUPID", [Upper cased package name] )
AC_SUBST(PACKAGE_UPCASE)
Expand Down
1 change: 1 addition & 0 deletions applications/cursa/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/daophot/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/datacube/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/dipso/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/docfind/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(docfind, 1.3-2, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/echomop/configure.ac
Expand Up @@ -2,6 +2,7 @@ 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_CONFIG_AUX_DIR([build-aux])

AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand Down
1 change: 1 addition & 0 deletions applications/echwind/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
3 changes: 3 additions & 0 deletions applications/esp/configure.ac
Expand Up @@ -2,6 +2,7 @@ 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_CONFIG_AUX_DIR([build-aux])

AC_PREREQ([2.69])
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand All @@ -15,6 +16,8 @@ AC_PROG_FC
dnl AC_PROG_LIBTOOL
STAR_MONOLITHS

LT_INIT

dnl Other options here, such as
STAR_CNF_COMPATIBLE_SYMBOLS
STAR_CHECK_PROGS( hlib )
Expand Down
1 change: 1 addition & 0 deletions applications/extractor/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/extreme/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(extreme, 0.1-1, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
2 changes: 2 additions & 0 deletions applications/figaro/Makefile.am
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I build-aux

bin_SCRIPTS = figaro.csh figaro.icl figaro.sh

dist_bin_SCRIPTS = specdre.csh specdre.icl twodspec.csh twodspec.icl \
Expand Down
3 changes: 2 additions & 1 deletion applications/figaro/configure.ac
Expand Up @@ -3,7 +3,8 @@ AC_REVISION($Revision$)

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

AC_CONFIG_AUX_DIR([build-aux])

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

Expand Down
1 change: 1 addition & 0 deletions applications/findcoords/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(findcoords, 1.0-2, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/fluxes/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
2 changes: 1 addition & 1 deletion applications/gaia/configure.ac
Expand Up @@ -8,12 +8,12 @@ dnl scripts have been updated (this normally requires a bootstrap,
dnl configure, bootstrap, the configure updates the local directories
dnl which then require regenerating again).
AC_INIT([gaia],[4.4-5],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

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

dnl Sanity-check: name a file in the source directory -- if this
dnl isn't found then configure will complain
Expand Down
1 change: 1 addition & 0 deletions applications/generic/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(generic, 1.3, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/hdstools/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(hdstools, 1.0-2, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/hdstrace/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/htx/configure.ac
Expand Up @@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT(htx, 1.3-2, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])
AC_PREREQ(2.50)
AM_INIT_AUTOMAKE(1.8.2-starlink)
AC_CONFIG_SRCDIR([showme])
Expand Down
1 change: 1 addition & 0 deletions applications/icl/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/ifd/configure.ac
Expand Up @@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script
AC_REVISION($Revision$)

AC_INIT(ifd, 1.2-8, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])
AC_PREREQ(2.50)
AM_INIT_AUTOMAKE(1.8.2-starlink)
AC_CONFIG_SRCDIR([ifd2star.in])
Expand Down
1 change: 1 addition & 0 deletions applications/kappa/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(kappa, 2.1-9, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/kaprh/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([kaprh],[2.0],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/messgen/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([messgen],[1.2],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/news/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT(news, 2.1-2, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down
1 change: 1 addition & 0 deletions applications/observe/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([observe],[2.3-2],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/pamela/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([pamela],[1.0.6],[t.r.marsh@warwick.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/period/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([period],[5.0-4],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/photom/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([photom],[1.12-2],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/pisa/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([pisa],[2.4-8],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/polpack/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([polpack],[3.2-0],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/pongo/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([pongo],[2.0-3],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/psmerge/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([psmerge],[1.0-7],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/rv/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([rv],[2.4-5],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/sgmlkit/configure.ac
@@ -1,6 +1,7 @@
dnl Process this file with autoconf to produce a configure script

AC_INIT(sgmlkit, 0.7-13, starlink@jiscmail.ac.uk)
AC_CONFIG_AUX_DIR([build-aux])

AC_PREREQ(2.50)
AM_INIT_AUTOMAKE(1.8.2-starlink)
Expand Down
1 change: 1 addition & 0 deletions applications/smurf/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([smurf],[1.5.0],[scuba2dr@phas.ubc.ca])
AC_CONFIG_AUX_DIR([build-aux])
PACKAGE_UPCASE='SMURF'
AC_DEFINE( [PACKAGE_UPCASE], "SMURF", [Upper cased package name] )
AC_SUBST(PACKAGE_UPCASE)
Expand Down
1 change: 1 addition & 0 deletions applications/specx/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([specx],[6.8-5],[t.jenness@jach.hawaii.edu])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/spt/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([spt],[1.3-1],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/sst/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

dnl Initialisation: package name and version number
AC_INIT([sst],[1.1-2],[starlink@jiscmail.ac.uk])
AC_CONFIG_AUX_DIR([build-aux])

dnl Require autoconf-2.50 at least
AC_PREREQ([2.69])
Expand Down
1 change: 1 addition & 0 deletions applications/star2html/configure.ac
Expand Up @@ -3,6 +3,7 @@ AC_REVISION($Revision$)

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

dnl Require autoconf-2.50 at least
AC_PREREQ(2.50)
Expand Down

0 comments on commit 38db40a

Please sign in to comment.