mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user