[Apcompiler-devel] APC configure.in,1.15,1.16
Status: Beta
Brought to you by:
mcguiretm
From: Tommy M. <mcg...@us...> - 2005-06-01 00:49:11
|
Update of /cvsroot/apcompiler/APC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28930 Modified Files: configure.in Log Message: Raise version to 1.2 Index: configure.in =================================================================== RCS file: /cvsroot/apcompiler/APC/configure.in,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure.in 31 Jul 2004 15:51:35 -0000 1.15 --- configure.in 1 Jun 2005 00:48:56 -0000 1.16 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script AC_INIT(compiler/apcc.in) ! AM_INIT_AUTOMAKE(APC, 1.1) AM_CONFIG_HEADER(config.h) --- 1,5 ---- dnl Process this file with autoconf to produce a configure script AC_INIT(compiler/apcc.in) ! AM_INIT_AUTOMAKE(APC, 1.2) AM_CONFIG_HEADER(config.h) |