[project @ 2005-07-04 01:48:38 by unknown_lamer]
[clinton/bobotpp.git] / acinclude.m4
index 8b52437..d838b9d 100644 (file)
@@ -68,7 +68,7 @@ EOF
 
   if test "$have_iosbase" = "yes"; then
     HAVE_IOSBASE="-DHAVE_IOSBASE"
-    AC_DEFINE(HAVE_IOSBASE,1)
+    AC_DEFINE(HAVE_IOSBASE,1, [std::ios_base])
   else
     AC_DEFINE(HAVE_IOSBASE,0)
   fi
@@ -104,7 +104,7 @@ EOF
 
   if test "$have_stl_clear" = "yes"; then
     HAVE_STL_CLEAR="-DHAVE_STL_CLEAR"
-    AC_DEFINE(HAVE_STL_CLEAR,1)
+    AC_DEFINE(HAVE_STL_CLEAR,1, [STL Objects have a clear method])
   fi
 ])
 ## Autoconf macros for working with Guile.
@@ -123,8 +123,8 @@ EOF
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with this software; see the file COPYING.  If not, write to
-## the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-## Boston, MA 02111-1307 USA
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301 USA
 ##
 ## As a special exception, the Free Software Foundation gives permission
 ## for additional uses of the text contained in its release of GUILE.