Hello world
This commit is contained in:
parent
09e43f94b9
commit
8b0fa24e9a
|
@ -26,13 +26,15 @@ dnl Almost ten years since I wrote this stuff, I just can't
|
||||||
dnl believe it
|
dnl believe it
|
||||||
dnl Date : 01/02/2002
|
dnl Date : 01/02/2002
|
||||||
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||||
dnl $Id: configure.in,v 1.1 2002/03/20 13:46:44 ludo Exp $
|
dnl $Id: configure.in,v 1.2 2002/03/20 13:49:47 ludo Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl
|
dnl
|
||||||
AC_INIT(src/abv.h)
|
AC_INIT(src/abv.h)
|
||||||
AM_INIT_AUTOMAKE(abv, 2.1)
|
AM_INIT_AUTOMAKE(abv, 2.1)
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
AC_PROG_YACC
|
||||||
|
AM_PROG_LEX
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
|
|
@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
|
||||||
dnl believe it
|
dnl believe it
|
||||||
dnl Date : 01/02/2002
|
dnl Date : 01/02/2002
|
||||||
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||||
dnl $Id: configure.in,v 1.7 2002/03/20 13:22:13 ludo Exp $
|
dnl $Id: configure.in,v 1.8 2002/03/20 13:47:54 ludo Exp $
|
||||||
dnl
|
dnl
|
||||||
dnl
|
dnl
|
||||||
AC_INIT(./mbk)
|
AC_INIT(./mbk)
|
||||||
|
@ -38,7 +38,7 @@ changequote(,)dnl
|
||||||
# compiled and installed prior to the tools
|
# compiled and installed prior to the tools
|
||||||
# Add in the following variable the library name (or part of it, as a
|
# Add in the following variable the library name (or part of it, as a
|
||||||
# match is performed) that you what to compile prior to anything
|
# match is performed) that you what to compile prior to anything
|
||||||
libraries="\<mbk aut abl bdd btr vex abe \<rds"
|
libraries="\<mbk aut abl bdd btr vex abe abt abv \<rds"
|
||||||
dirs=`\ls -l $srcdir | grep '^d' | awk '{print $NF}'`
|
dirs=`\ls -l $srcdir | grep '^d' | awk '{print $NF}'`
|
||||||
for l in $libraries ; do
|
for l in $libraries ; do
|
||||||
for i in $dirs ; do
|
for i in $dirs ; do
|
||||||
|
|
Loading…
Reference in New Issue