* Update README to mention g-wrap 1.3.2 (instead of 1.1.9)

* Update ltmain.sh with a (commented-out) patch to maybe cope
	  with the "make install DESTDIR=..." problem.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7198 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-08-29 04:12:30 +00:00
parent 3421b42556
commit 57ee2f12be
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-08-28 Derek Atkins <derek@ihtfp.com>
* Update README to mention g-wrap 1.3.2 (instead of 1.1.9)
* Update ltmain.sh with a (commented-out) patch to maybe cope
with the "make install DESTDIR=..." problem.
2002-08-25 Derek Atkins <derek@ihtfp.com>
* Pull up change from 1.6 to make "make dist" work on swig subdir
without "swig" being installed.

2
README
View File

@ -301,7 +301,7 @@ following packages:
g-wrap: RPM's, debs, and source available at
ftp://ftp.gnucash.org/pub/g-wrap.
You should use g-wrap 1.1.9 or later.
You should use g-wrap 1.3.2 or later.
texinfo: If you are building from CVS, you need the GNU texinfo
package, version 4.0 or later.

View File

@ -2253,6 +2253,9 @@ EOF
# We cannot seem to hardcode it, guess we'll fake it.
add_dir="-L$libdir"
add="-l$name"
# Cope with "make install --prefix=<xxx>" where <xxx> changed:
# use this instead....
# add="$ladir/$objdir/$linklib"
fi
if test "$linkmode" = prog; then