/[winpt]/trunk/configure.ac
ViewVC logotype

Diff of /trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 57 by werner, Wed Nov 2 11:29:44 2005 UTC revision 62 by werner, Thu Nov 3 10:20:09 2005 UTC
# Line 51  BUILD_FILEVERSION=`echo "$VERSION" | sed Line 51  BUILD_FILEVERSION=`echo "$VERSION" | sed
51  changequote([,])dnl  changequote([,])dnl
52  AC_SUBST(BUILD_FILEVERSION)  AC_SUBST(BUILD_FILEVERSION)
53    
54    # For the distcheck target of make we need to set a few options for
55    # the cross compiling environment.  We assume the same conevtion as
56    # used in autogen.sh; i.e. we take the root from the $w32root variable
57    # or default to ~/w32root.
58    if test -n "$w32root"; then
59      W32ROOT="$w32root"
60    else
61      W32ROOT="$HOME/w32root"
62    fi
63    AC_SUBST(W32ROOT)
64    
65    
66  AH_BOTTOM([  AH_BOTTOM([
67  /* Some global constants. */  /* Some global constants. */
# Line 226  Src/Makefile Line 237  Src/Makefile
237  Src/versioninfo.rc          Src/versioninfo.rc        
238  Include/Makefile  Include/Makefile
239  Ico/Makefile  Ico/Makefile
240    icons/Makefile
241  m4/Makefile  m4/Makefile
242  w32gpgme/Makefile  w32gpgme/Makefile
243  Gnupg/Makefile  Gnupg/Makefile

Legend:
Removed from v.57  
changed lines
  Added in v.62

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26