IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.