Changeset 3821
- Timestamp:
- May 2, 2005, 10:42:18 AM (21 years ago)
- Location:
- trunk/pois
- Files:
-
- 2 edited
-
autogen.sh (modified) (2 diffs)
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/autogen.sh
r3792 r3821 16 16 17 17 LIBTOOLIZE=libtoolize 18 ACLOCAL=aclocal -1.719 AUTOHEADER=autoheader -2.5920 AUTOMAKE=automake -1.721 AUTOCONF=autoconf -2.5918 ACLOCAL=aclocal 19 AUTOHEADER=autoheader 20 AUTOMAKE=automake 21 AUTOCONF=autoconf 22 22 23 23 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || { … … 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 79 $AUTOHEADER || echo "$AUTOHEADER failed" 80 $AUTOMAKE --add-missing -- copy --foreign|| echo "$AUTOMAKE failed"80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 81 81 $AUTOCONF || echo "$AUTOCONF failed" 82 82 -
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.
