This commit is contained in:
Olivier Sirol 2002-06-19 13:24:16 +00:00
parent c336ebd563
commit 834376219d
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
dnl believe it
dnl Date : 01/02/2002
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
dnl $Id: configure.in,v 1.2 2002/03/20 11:10:15 fred Exp $
dnl $Id: configure.in,v 1.3 2002/06/19 13:24:16 czo Exp $
dnl
dnl
AC_INIT(src/alc_pars_l.c)
@ -42,4 +42,5 @@ AM_ALLIANCE
AC_OUTPUT([
Makefile
src/Makefile
doc/Makefile
])

View File

@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
dnl believe it
dnl Date : 01/02/2002
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
dnl $Id: configure.in,v 1.3 2002/04/30 15:11:06 czo Exp $
dnl $Id: configure.in,v 1.4 2002/06/19 13:23:45 czo Exp $
dnl
dnl
AC_INIT(src/spi_parse.c)
@ -43,4 +43,5 @@ AC_OUTPUT([
Makefile
src/Makefile
etc/Makefile
doc/Makefile
])