2001-06-06 Dave Peticolas <dave@krondo.com>

* macros/gnome.m4: Chris J (Oakton) Leach's macro patch

	* AUTHORS: update credits

	* doc/sgml/C/xacc-about.sgml: update credits


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4483 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-06-06 07:04:27 +00:00
parent 1751eceabc
commit 60b3777c1c
4 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ AC_DEFUN([GNOME_INIT_HOOK],[
AC_ARG_WITH(gnome-includes,
[ --with-gnome-includes Specify location of GNOME headers],[
CFLAGS="$CFLAGS -I$withval"
CPPFLAGS="$CPPFLAGS -I$withval"
])
AC_ARG_WITH(gnome-libs,
@@ -38,7 +38,7 @@ AC_DEFUN([GNOME_INIT_HOOK],[
else
want_gnome=yes
LDFLAGS="$LDFLAGS -L$withval/lib"
CFLAGS="$CFLAGS -I$withval/include"
CPPFLAGS="$CPPFLAGS -I$withval/include"
gnome_prefix=$withval/lib
fi
fi,