From 23b61c7fd96f6408171a79fe03be7b9276a5f201 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 24 Jun 2001 02:38:21 +0000 Subject: [PATCH] 2001-06-23 Dave Peticolas * doc/sgml/C/xacc-about.sgml: credits * AUTHORS: credits * configure.in: Bill Nottingham's guile configuration patch git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4768 57a11ea4-9604-0410-9ed3-97b8803252fd --- AUTHORS | 1 + ChangeLog | 8 ++++++++ configure.in | 4 +++- doc/sgml/C/xacc-about.sgml | 7 +++++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 086344443a..90ceded1c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -145,6 +145,7 @@ Johnny Ernst Nielsen messages Danish translation Stefan Nobis German translation patch Martin Norbäck Swedish translation Peter Norton for a valiant attempt at a GTK port +Bill Nottingham guile configure patch OmNiBuS web site graphics & content Gordon Oliver multiple currency status line patch Alan Orndorff Solaris packager diff --git a/ChangeLog b/ChangeLog index da06ea73b2..271e6a1152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-06-23 Dave Peticolas + + * doc/sgml/C/xacc-about.sgml: credits + + * AUTHORS: credits + + * configure.in: Bill Nottingham's guile configuration patch + 2001-06-20 Dave Peticolas * configure.in: better error messages. remove cruft. diff --git a/configure.in b/configure.in index 773f6fabd6..466ff77fce 100644 --- a/configure.in +++ b/configure.in @@ -541,7 +541,9 @@ AC_TRY_RUN([ } ],[ AC_MSG_RESULT(yes) - AC_DEFINE(GUILE_LONG_LONG_OK,1,is sizeof(long_long) >= sizeof(gint64)) + AC_CHECK_LIB(guile, scm_long_long2num, + AC_DEFINE(GUILE_LONG_LONG_OK,1,is sizeof(long_long) >= + sizeof(gint64))) ],[ AC_MSG_RESULT(no) ]) diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index 9d781d39d0..c76d9d1aa2 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -759,6 +759,13 @@ Nielsen + +notting@redhat.com Bill Nottingham + +guile configure patch + + + webmaster@obsidian.uia.net OmNiBuS