Ajout du test AC_CHECK_LIB(gen,basename) pour compatibilite. basename se

trouve dans libgen avec certains sytemes.
This commit is contained in:
Pierre Nguyen Tuong 2002-09-09 20:53:26 +00:00
parent 96421cf2ec
commit a182654c95
38 changed files with 51 additions and 10 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.1 2002/04/04 15:44:22 ludo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:20 pnt Exp $
dnl
dnl
AC_INIT(src/vh_simulad.c)
@ -39,6 +39,8 @@ AC_CHECK_HEADERS(strings.h unistd.h)
AC_C_CONST
AC_PROG_RANLIB
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE
AC_OUTPUT([

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -22,6 +22,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
dnl path for libs and includes
AM_ALLIANCE

View File

@ -27,6 +27,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(m, exp)
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

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.25 2002/05/02 13:40:29 ludo Exp $
dnl $Id: configure.in,v 1.26 2002/09/09 20:53:07 pnt Exp $
dnl
dnl
AC_INIT(./configure.in)
@ -67,7 +67,7 @@ echo $sdirs
SUBDIRS="$sdirs"
changequote([,])dnl
AC_CONFIG_SUBDIRS($sdirs)
AC_CONFIG_SUBDIRS(SUBDIRS)
AC_SUBST(SUBDIRS)
AC_OUTPUT([

View File

@ -26,7 +26,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.1 2002/05/02 13:37:03 ludo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:21 pnt Exp $
dnl
dnl
AC_INIT(src/ctp.h)
@ -39,6 +39,8 @@ AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE
AC_OUTPUT([

View File

@ -25,6 +25,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA

View File

@ -26,7 +26,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/04/09 14:59:10 xtof Exp $
dnl $Id: configure.in,v 1.3 2002/09/09 20:53:21 pnt Exp $
dnl
dnl
AC_INIT(src/vrd.h)
@ -36,6 +36,7 @@ AC_PROG_CC
AC_PROG_YACC
AM_PROG_LEX
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB

View File

@ -22,6 +22,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
dnl For alliance path lib and includes
AM_ALLIANCE

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.1 2002/04/29 14:15:47 czo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:22 pnt Exp $
AC_INIT(src/flatlo.c)
AM_INIT_AUTOMAKE(flatlo, 1.4)
@ -10,6 +10,8 @@ AC_PROG_MAKE_SET
AC_HEADER_STDC
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE
AC_OUTPUT([

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.1 2002/04/29 14:15:49 czo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:22 pnt Exp $
AC_INIT(src/flatph.c)
AM_INIT_AUTOMAKE(flatph, 1.4)
@ -10,6 +10,8 @@ AC_PROG_MAKE_SET
AC_HEADER_STDC
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE
AC_OUTPUT([

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -26,7 +26,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/21 12:24:15 ludo Exp $
dnl $Id: configure.in,v 1.3 2002/09/09 20:53:22 pnt Exp $
dnl
dnl
AC_INIT(src/ftl.h)
@ -36,6 +36,7 @@ AC_PROG_CC
AC_HEADER_STDC
AC_C_CONST
AC_PROG_RANLIB
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA

View File

@ -24,6 +24,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -27,6 +27,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(m, floor)
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -22,6 +22,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
dnl path for libs and includes
AM_ALLIANCE

View File

@ -23,6 +23,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

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.1 2002/04/26 09:51:07 ludo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:23 pnt Exp $
dnl
dnl
AC_INIT(src/mvl_drive.c)
@ -38,6 +38,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(strings.h unistd.h)
AC_C_CONST
AC_PROG_RANLIB
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -23,6 +23,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -28,6 +28,7 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
dnl Check for -lm librarie. These should always be present.
AC_CHECK_LIB(m, exp)
AC_CHECK_LIB(gen,basename)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
AM_ALLIANCE
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

View File

@ -35,6 +35,7 @@ AC_PROG_MAKE_SET
dnl Checks for libraries.
dnl Check for -lm librarie. These should always be present.
AC_CHECK_LIB(m, exp)
AC_CHECK_LIB(gen,basename)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

View File

@ -27,6 +27,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(m, exp)
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -24,6 +24,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -24,6 +24,7 @@ AC_PROG_YACC
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, pow)
AC_CHECK_LIB(gen,basename)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -25,6 +25,7 @@ AC_PROG_MAKE_SET
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.1 2002/04/29 14:15:51 czo Exp $
dnl $Id: configure.in,v 1.2 2002/09/09 20:53:25 pnt Exp $
AC_INIT(src/x2y.c)
AM_INIT_AUTOMAKE(x2y, 1.4)
@ -9,6 +9,7 @@ AC_PROG_CPP
AC_PROG_MAKE_SET
AC_HEADER_STDC
AC_C_CONST
AC_CHECK_LIB(gen,basename)
AM_ALLIANCE

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA

View File

@ -24,6 +24,7 @@ AC_PROG_RANLIB
AC_PROG_MAKE_SET
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen,basename)
AC_CHECK_PROGS(SED, gsed sed)
AC_PATH_XTRA