[geos-devel] Makefile changes
Norman Vine
nhv at cape.com
Sat Dec 4 16:53:32 EST 2004
Hi all
Could someone please fold the atached diffs into the CVS
==== change log ======
configure.in:
removed deprecated AC_LIBTOOL_WIN32_DLL directive
doc/Makefile.am:
source/bigtest/Makefile.am:
source/examples/Makefile.am
source/test/Makefile.am
use automake variables for LIBS and INCLUDES make variables
===============
< following for list archives >
Note for building with Cygwin or MingW you might need to add a
couple of includes to the libtool script
search for "cvswrappersource" in the libtool file to find the appropriate
location
Cheers
Norman
*** libtool.bak Sat Dec 4 16:04:18 2004
--- libtool Sat Dec 4 16:08:10 2004
***************
*** 6417,6456 ****
--- 6417,6458 ----
cat > $cwrappersource <<EOF
/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
The $output program cannot be directly executed until all the libtool
libraries that it depends on are installed.
This wrapper executable should never be moved out of the build directory.
If it is, it will not operate correctly.
Currently, it simply execs the wrapper *script* "/bin/sh $output",
but could eventually absorb all of the scripts functionality and
exec $objdir/$outputname directly.
*/
EOF
cat >> $cwrappersource<<"EOF"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+ #include <string.h>
+ #include <ctype.h>
#include <malloc.h>
#include <stdarg.h>
#include <assert.h>
#include <sys/stat.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diffs
Type: application/octet-stream
Size: 2151 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/geos-devel/attachments/20041204/d47b3b35/diffs.obj
More information about the geos-devel
mailing list