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

Diff of /trunk/configure.ac

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

revision 125 by twoaday, Fri Dec 16 11:57:30 2005 UTC revision 126 by twoaday, Fri Dec 16 12:57:17 2005 UTC
# Line 133  case "${host}" in Line 133  case "${host}" in
133         ;;         ;;
134  esac  esac
135    
136    
137    AH_BOTTOM([
138    /* Force using of NLS for W32 even if no libintl has been found.  This is
139       okay because we have our own gettext implementation for W32.  */
140    #if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
141    #define ENABLE_NLS 1
142    #endif
143    ])
144      
145    # Note, that autogen.sh greps for the next line.
146    AM_GNU_GETTEXT_VERSION(0.12.1)
147    AM_GNU_GETTEXT([external])
148    
149    
150  if test "$have_dosish_system" = yes; then  if test "$have_dosish_system" = yes; then
151     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,
152               [Defined if we run on some of the PCDOS like systems               [Defined if we run on some of the PCDOS like systems
# Line 237  Ico/Makefile Line 251  Ico/Makefile
251  icons/Makefile  icons/Makefile
252  m4/Makefile  m4/Makefile
253  Gnupg/Makefile  Gnupg/Makefile
254  Po/Makefile  Po/Makefile.in
255  ])  ])
256  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.125  
changed lines
  Added in v.126

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26