initial release

This commit is contained in:
mes5k 2003-03-19 02:39:58 +00:00
parent ea987fad7a
commit 13ad6238bf
3 changed files with 4 additions and 4 deletions

4
aclocal.m4 vendored
View File

@ -563,7 +563,7 @@ dnl
dnl If the C++ library has a working stringstream, define HAVE_SSTREAM. dnl If the C++ library has a working stringstream, define HAVE_SSTREAM.
dnl dnl
dnl @author Ben Stanley dnl @author Ben Stanley
dnl @version $Id: aclocal.m4,v 1.1 2003/03/19 02:40:00 mes5k Exp $ dnl @version $Id: aclocal.m4,v 1.1.1.1 2003/03/19 02:40:00 mes5k Exp $
dnl dnl
AC_DEFUN([AC_CXX_HAVE_SSTREAM], AC_DEFUN([AC_CXX_HAVE_SSTREAM],
[AC_CACHE_CHECK(whether the compiler has stringstream, [AC_CACHE_CHECK(whether the compiler has stringstream,
@ -588,7 +588,7 @@ dnl
dnl If the compiler can prevent names clashes using namespaces, define dnl If the compiler can prevent names clashes using namespaces, define
dnl HAVE_NAMESPACES. dnl HAVE_NAMESPACES.
dnl dnl
dnl @version $Id: aclocal.m4,v 1.1 2003/03/19 02:40:00 mes5k Exp $ dnl @version $Id: aclocal.m4,v 1.1.1.1 2003/03/19 02:40:00 mes5k Exp $
dnl @author Luc Maisonobe dnl @author Luc Maisonobe
dnl dnl
AC_DEFUN([AC_CXX_NAMESPACES], AC_DEFUN([AC_CXX_NAMESPACES],

View File

@ -3,7 +3,7 @@ dnl
dnl If the C++ library has a working stringstream, define HAVE_SSTREAM. dnl If the C++ library has a working stringstream, define HAVE_SSTREAM.
dnl dnl
dnl @author Ben Stanley dnl @author Ben Stanley
dnl @version $Id: ac_cxx_have_sstream.m4,v 1.1 2003/03/19 02:40:00 mes5k Exp $ dnl @version $Id: ac_cxx_have_sstream.m4,v 1.1.1.1 2003/03/19 02:40:00 mes5k Exp $
dnl dnl
AC_DEFUN([AC_CXX_HAVE_SSTREAM], AC_DEFUN([AC_CXX_HAVE_SSTREAM],
[AC_CACHE_CHECK(whether the compiler has stringstream, [AC_CACHE_CHECK(whether the compiler has stringstream,

View File

@ -3,7 +3,7 @@ dnl
dnl If the compiler can prevent names clashes using namespaces, define dnl If the compiler can prevent names clashes using namespaces, define
dnl HAVE_NAMESPACES. dnl HAVE_NAMESPACES.
dnl dnl
dnl @version $Id: ac_cxx_namespaces.m4,v 1.1 2003/03/19 02:40:00 mes5k Exp $ dnl @version $Id: ac_cxx_namespaces.m4,v 1.1.1.1 2003/03/19 02:40:00 mes5k Exp $
dnl @author Luc Maisonobe dnl @author Luc Maisonobe
dnl dnl
AC_DEFUN([AC_CXX_NAMESPACES], AC_DEFUN([AC_CXX_NAMESPACES],