Update of /cvsroot/bitcollider/bitcollider
In directory usw-pr-cvs1:/tmp/cvs-serv31875a
Modified Files:
aclocal.m4 config.h.in
Log Message:
Updated version numbers and such...
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/bitcollider/bitcollider/aclocal.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** aclocal.m4 5 Dec 2001 23:42:49 -0000 1.9
--- aclocal.m4 8 Jul 2002 19:39:56 -0000 1.10
***************
*** 103,2854 ****
AC_SUBST($1)])
- # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
! # serial 46 AC_PROG_LIBTOOL
! AC_DEFUN([AC_PROG_LIBTOOL],
[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
! # This can be used to rebuild libtool when needed
! LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
[...3515 lines suppressed...]
! # This is just to silence aclocal about the macro not being used
! ifelse([AC_DISABLE_FAST_INSTALL])
# Like AC_CONFIG_HEADER, but automatically create stamp file.
--- 509,523 ----
])
! dnl old names
! AC_DEFUN(AM_PROG_LIBTOOL, [indir([AC_PROG_LIBTOOL])])dnl
! AC_DEFUN(AM_ENABLE_SHARED, [indir([AC_ENABLE_SHARED], $@)])dnl
! AC_DEFUN(AM_ENABLE_STATIC, [indir([AC_ENABLE_STATIC], $@)])dnl
! AC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnl
! AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl
! AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
! AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
! dnl This is just to silence aclocal about the macro not being used
! ifelse([AC_DISABLE_FAST_INSTALL])dnl
# Like AC_CONFIG_HEADER, but automatically create stamp file.
Index: config.h.in
===================================================================
RCS file: /cvsroot/bitcollider/bitcollider/config.h.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** config.h.in 5 Dec 2001 23:42:49 -0000 1.9
--- config.h.in 8 Jul 2002 19:39:56 -0000 1.10
***************
*** 12,18 ****
#undef SIZEOF_LONG
- /* Define if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
-
/* Name of package */
#undef PACKAGE
--- 12,15 ----
|