Changeset 3821 for trunk/pois/configure.ac
- Timestamp:
- May 2, 2005, 10:42:18 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/configure.ac
r3792 r3821 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_PREREQ(2.59) 2 3 3 AC_INIT([pois], [0.0.1], [ pan-starrs.ifa.hawaii.edu])4 AC_INIT([pois], [0.0.1], [http://pan-starrs.ifa.hawaii.edu]) 4 5 AC_CONFIG_SRCDIR([pois.pc.in]) 5 6 6 AM_INIT_AUTOMAKE([ dist-bzip2])7 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 8 AM_CONFIG_HEADER([config.h]) 8 9 AM_MAINTAINER_MODE … … 24 25 SWIG_PYTHON 25 26 26 AC_CONFIG_FILES(pois.pc Makefile src/Makefile swig/Makefile python/Makefile) 27 AC_CONFIG_FILES([ 28 pois.pc 29 Makefile 30 src/Makefile 31 swig/Makefile 32 python/Makefile 33 ]) 34 27 35 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
