mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-23 Dave Peticolas <dave@krondo.com>
* 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
This commit is contained in:
parent
03e84beba8
commit
23b61c7fd9
1
AUTHORS
1
AUTHORS
@ -145,6 +145,7 @@ Johnny Ernst Nielsen <j.e.nielsen@iname.com> messages Danish translation
|
||||
Stefan Nobis <stefan-ml@snobis.de> German translation patch
|
||||
Martin Norbäck <d95mback@dtek.chalmers.se> Swedish translation
|
||||
Peter Norton <spacey@inch.com> for a valiant attempt at a GTK port
|
||||
Bill Nottingham <notting@redhat.com> guile configure patch
|
||||
OmNiBuS <webmaster@obsidian.uia.net> web site graphics & content
|
||||
Gordon Oliver <gordo@pincoya.com> multiple currency status line patch
|
||||
Alan Orndorff <dwarf@solarisresources.com> Solaris packager
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-06-23 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* doc/sgml/C/xacc-about.sgml: credits
|
||||
|
||||
* AUTHORS: credits
|
||||
|
||||
* configure.in: Bill Nottingham's guile configuration patch
|
||||
|
||||
2001-06-20 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* configure.in: better error messages. remove cruft.
|
||||
|
@ -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)
|
||||
])
|
||||
|
@ -759,6 +759,13 @@ Nielsen</glossterm>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm><email>notting@redhat.com</email> Bill Nottingham</glossterm>
|
||||
<glossdef>
|
||||
<para>guile configure patch</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm><email>webmaster@obsidian.uia.net</email> OmNiBuS
|
||||
</glossterm>
|
||||
|
Loading…
Reference in New Issue
Block a user