[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib

File: [local] / OpenXM / src / asir-contrib / configure.in (download)

Revision 1.1, Fri Jul 2 07:48:47 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9

Asir-contrib starts to use "configure".

Please clean OpenXM and checkout it before make;
otherwise a make error will happen.

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


AC_INIT(guideline.txt)
AC_PROG_CC
AC_PROG_RANLIB

AC_OUTPUT(Makefile)

make configure