version 1.1, 2004/07/02 07:48:47 |
version 1.2, 2009/02/22 02:34:41 |
|
|
dnl $OpenXM$ |
dnl $OpenXM: OpenXM/src/asir-contrib/configure.in,v 1.1 2004/07/02 07:48:47 takayama Exp $ |
dnl If you change this file, do not forget to run autoconf and rm .configure_done |
dnl If you change this file, do not forget to run autoconf and rm .configure_done |
|
|
|
AC_INIT |
|
AC_PREREQ(2.61) |
|
AC_PROG_LN_S |
|
|
AC_INIT(guideline.txt) |
OpenXM_ROOT=`cd ../..; pwd` |
AC_PROG_CC |
AC_SUBST([OpenXM_ROOT]) |
AC_PROG_RANLIB |
|
|
|
AC_OUTPUT(Makefile) |
AC_CONFIG_FILES([Makefile packages/src/Makefile]) |
|
AC_OUTPUT |
make configure |
|