Browse CVS Repository
Diff of /satellite/satellite4/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
# Process this file with autoconf to produce a configure script. |
# Process this file with autoconf to produce a configure script. |
| 2 |
AC_PREREQ(2.57) |
AC_PREREQ(2.59) |
| 3 |
AC_INIT(satellite, 4.2.2, okumura@brain.riken.go.jp) |
AC_INIT(satellite, 4.2.2, okumura@brain.riken.go.jp) |
| 4 |
AC_REVISION($Id$) |
AC_REVISION($Id$) |
| 5 |
|
|
| 8 |
AC_PREFIX_DEFAULT(/usr/local/satellite4) |
AC_PREFIX_DEFAULT(/usr/local/satellite4) |
| 9 |
|
|
| 10 |
AC_CANONICAL_TARGET |
AC_CANONICAL_TARGET |
| 11 |
AM_INIT_AUTOMAKE(satellite, 4.2.2) |
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |
| 12 |
AM_CONFIG_HEADER(config.h) |
AM_CONFIG_HEADER(config.h) |
| 13 |
|
|
| 14 |
sl4includedir=$includedir/satellite4 |
sl4includedir=$includedir/satellite4 |
| 40 |
modulercdir=$sysconfdir/satellite4 |
modulercdir=$sysconfdir/satellite4 |
| 41 |
AC_SUBST(modulercdir) |
AC_SUBST(modulercdir) |
| 42 |
|
|
|
MODULE_LDFLAGS='-no-undefined -module -avoid-version' |
|
|
AC_SUBST(MODULE_LDFLAGS) |
|
|
|
|
| 43 |
# Checks for programs. |
# Checks for programs. |
| 44 |
AM_DISABLE_STATIC |
AM_DISABLE_STATIC |
| 45 |
AC_PROG_CXX |
AC_PROG_CXX |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|