IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3821


Ignore:
Timestamp:
May 2, 2005, 10:42:18 AM (21 years ago)
Author:
jhoblitt
Message:

update autogen.sh & configure.ac to the current convention

Location:
trunk/pois
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/autogen.sh

    r3792 r3821  
    1616
    1717LIBTOOLIZE=libtoolize
    18 ACLOCAL=aclocal-1.7
    19 AUTOHEADER=autoheader-2.59
    20 AUTOMAKE=automake-1.7
    21 AUTOCONF=autoconf-2.59
     18ACLOCAL=aclocal
     19AUTOHEADER=autoheader
     20AUTOMAKE=automake
     21AUTOCONF=autoconf
    2222
    2323($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
     
    7878$ACLOCAL || echo "$ACLOCAL failed"
    7979$AUTOHEADER || echo "$AUTOHEADER failed"
    80 $AUTOMAKE --add-missing --copy --foreign || echo "$AUTOMAKE  failed"
     80$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE  failed"
    8181$AUTOCONF || echo "$AUTOCONF failed"
    8282
  • trunk/pois/configure.ac

    r3792 r3821  
    11dnl Process this file with autoconf to produce a configure script.
     2AC_PREREQ(2.59)
    23
    3 AC_INIT([pois], [0.0.1], [pan-starrs.ifa.hawaii.edu])
     4AC_INIT([pois], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
    45AC_CONFIG_SRCDIR([pois.pc.in])
    56
    6 AM_INIT_AUTOMAKE([dist-bzip2])
     7AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    78AM_CONFIG_HEADER([config.h])
    89AM_MAINTAINER_MODE
     
    2425SWIG_PYTHON
    2526
    26 AC_CONFIG_FILES(pois.pc Makefile src/Makefile swig/Makefile python/Makefile)
     27AC_CONFIG_FILES([
     28  pois.pc
     29  Makefile
     30  src/Makefile
     31  swig/Makefile
     32  python/Makefile
     33])
     34
    2735AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.