[geos-devel] Makefile changes
strk at refractions.net
strk at refractions.net
Sun Dec 5 05:43:37 EST 2004
On Sat, Dec 04, 2004 at 04:53:32PM -0500, Norman Vine wrote:
> Hi all
>
> Could someone please fold the atached diffs into the CVS
Committed.
--strk;
>
> ==== 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>
>
> _______________________________________________
> geos-devel mailing list
> geos-devel at geos.refractions.net
> http://geos.refractions.net/mailman/listinfo/geos-devel
More information about the geos-devel
mailing list