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

Diff of /trunk/configure.ac

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

revision 287 by twoaday, Sat Mar 10 10:24:36 2007 UTC revision 326 by twoaday, Fri Sep 25 15:53:21 2009 UTC
# Line 34  AC_CONFIG_SRCDIR(Src/WinPT.cpp) Line 34  AC_CONFIG_SRCDIR(Src/WinPT.cpp)
34  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
35  AC_CANONICAL_TARGET()  AC_CANONICAL_TARGET()
36  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
37  AM_MKINSTALLDIRS  #AM_MKINSTALLDIRS
38    
39  AC_GNU_SOURCE  AC_GNU_SOURCE
40    
# Line 136  AH_BOTTOM([ Line 136  AH_BOTTOM([
136  ])  ])
137        
138  # Note, that autogen.sh greps for the next line.  # Note, that autogen.sh greps for the next line.
139  AM_GNU_GETTEXT_VERSION(0.12.1)  #AM_GNU_GETTEXT_VERSION(0.12.1)
140  AM_GNU_GETTEXT([external])  #AM_GNU_GETTEXT([external])
141  # There is something wrong with the NLS checking here.  We force using it.  # There is something wrong with the NLS checking here.  We force using it.
142  USE_NLS=yes  USE_NLS=yes
143    
# Line 230  if test "$die" = "yes"; then Line 230  if test "$die" = "yes"; then
230  fi  fi
231    
232    
233  AC_CONFIG_FILES([ Makefile  AC_CONFIG_FILES([
234    Makefile
235  PTD/Makefile  PTD/Makefile
236  PTD/versioninfo.rc  PTD/versioninfo.rc
237  Src/Makefile  Src/Makefile
# Line 239  Include/Makefile Line 240  Include/Makefile
240  icons/Makefile  icons/Makefile
241  m4/Makefile  m4/Makefile
242  Gnupg/Makefile  Gnupg/Makefile
 Generic/Makefile  
243  Po/Makefile.in  Po/Makefile.in
244  ])  ])
245  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.287  
changed lines
  Added in v.326

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26