On Tue, Mar 07, 2000 at 12:05:51PM +0100, [EMAIL PROTECTED] wrote:
> Hi !
> 
> > > O.K. : My auto-stuff is versionned as follows:
> > All the same over here.
> 
> That can't be it, then. This is really really strange. I have just fetched a
> fresh AnonCVS tree to a machine that has never seen LibGGI before.
> It worked right out of the box ...
> 
> Could you try to track the problem further ? Maybe try inserting the AC_SUBST
> directive into the main configure.in file ?
> Or maybe something as silly as a missing trailing newline ?
> You can also try and send me a complete transcript of an autogen and the 
> configure run, so that I can try to find differences, but ...
the configure-script is missing the following line

s%@DLLEXT@%$DLLEXT%g

adding AC_SUBST(DLLEXT) to AC_DEFUN(GGI_DLLEXT) in dllext.m4 fixes the
problem.

--- dllext.m4   Tue Mar  7 17:56:28 2000
+++ dllext.m4.new       Tue Mar  7 17:56:19 2000
@@ -8,10 +8,10 @@
   *-*-mingw* | *-*-cygwin*)
        DLLEXT="dll"
         ;;
   *)
        DLLEXT="so"
         ;;
 esac
 AC_MSG_RESULT($DLLEXT)
-
+AC_SUBST(DLLEXT)
 ])






 
> CU, ANdy
> 
> -- 
> Andreas Beck              |  Email :  <[EMAIL PROTECTED]>

thats all
  Jan

--- 
      -)=  Jan Kneschke -- Kiel -- Germany -- http://www.kneschke.de =(-

Reply via email to