Hello world

This commit is contained in:
Ludovic Jacomme 2002-03-20 10:29:51 +00:00
parent de7260b7a5
commit 505dcaf828
3 changed files with 9 additions and 27 deletions

View File

@ -26,24 +26,18 @@ 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.1 2002/03/18 11:06:15 ludo Exp $
dnl $Id: configure.in,v 1.2 2002/03/20 10:29:25 ludo Exp $
dnl
dnl
AC_INIT(src/abl.h)
AM_INIT_AUTOMAKE(abl, 2.1)
AM_INIT_AUTOMAKE(abl, 1.3)
AC_PROG_INSTALL
AC_PROG_CC
AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB
changequote(,)dnl
INCLUDES=-I${ALLIANCE_TOP}/include
LDFLAGS=-L${ALLIANCE_TOP}/lib
changequote([,])dnl
AC_SUBST(INCLUDES)
AC_SUBST(LDFLAGS)
AM_ALLIANCE
AC_OUTPUT([
Makefile

View File

@ -26,24 +26,18 @@ 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/03/18 18:14:19 xtof Exp $
dnl $Id: configure.in,v 1.4 2002/03/20 10:29:37 ludo Exp $
dnl
dnl
AC_INIT(src/aut.h)
AM_INIT_AUTOMAKE(aut, 2.1)
AM_INIT_AUTOMAKE(aut, 1.3)
AC_PROG_INSTALL
AC_PROG_CC
AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB
changequote(,)dnl
INCLUDES=-I${ALLIANCE_TOP}/include
LDFLAGS=-L${ALLIANCE_TOP}/lib
changequote([,])dnl
AC_SUBST(INCLUDES)
AC_SUBST(LDFLAGS)
AM_ALLIANCE
AC_OUTPUT([
Makefile

View File

@ -26,24 +26,18 @@ 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.1 2002/03/18 11:27:51 ludo Exp $
dnl $Id: configure.in,v 1.2 2002/03/20 10:29:51 ludo Exp $
dnl
dnl
AC_INIT(src/bdd.h)
AM_INIT_AUTOMAKE(bdd, 2.1)
AM_INIT_AUTOMAKE(bdd, 1.5)
AC_PROG_INSTALL
AC_PROG_CC
AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB
changequote(,)dnl
INCLUDES=-I${ALLIANCE_TOP}/include
LDFLAGS=-L${ALLIANCE_TOP}/lib
changequote([,])dnl
AC_SUBST(INCLUDES)
AC_SUBST(LDFLAGS)
AM_ALLIANCE
AC_OUTPUT([
Makefile