| Line 4... |
Line 4... |
# First, disable the annoying config.cache
|
# First, disable the annoying config.cache
|
define([AC_CACHE_LOAD],)
|
define([AC_CACHE_LOAD],)
|
define([AC_CACHE_SAVE],)
|
define([AC_CACHE_SAVE],)
|
|
|
# This is your standard Bertin source code...
|
# This is your standard Bertin source code...
|
AC_INIT(sextractor, 2.9.2, [bertin@iap.fr])
|
AC_INIT(sextractor, 2.9.3, [bertin@iap.fr])
|
AC_CONFIG_SRCDIR(src/makeit.c)
|
AC_CONFIG_SRCDIR(src/makeit.c)
|
AC_CONFIG_AUX_DIR(autoconf)
|
AC_CONFIG_AUX_DIR(autoconf)
|
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
date=`date +%Y-%m-%d`
|
date=`date +%Y-%m-%d`
|