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

Diff of /trunk/configure.ac

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

revision 11 by twoaday, Mon Apr 3 17:10:15 2006 UTC revision 12 by twoaday, Fri Apr 7 10:46:41 2006 UTC
# Line 7  min_automake_version="1.9.4" Line 7  min_automake_version="1.9.4"
7  # Version number: Remember to change it immediately *after* a release.  # Version number: Remember to change it immediately *after* a release.
8  #                 Make sure to run  "svn up" before a "make dist".  #                 Make sure to run  "svn up" before a "make dist".
9  #                 Add a "-cvs" prefix for non-released code.  #                 Add a "-cvs" prefix for non-released code.
10  AC_INIT(gpgoe, 0.6.1-cvs, [email protected])  AC_INIT(gpgoe, 0.7.0, [email protected])
11    
12  NEED_GPGME_API=1  NEED_GPGME_API=1
13  NEED_GPGME_VERSION=1.1.0  NEED_GPGME_VERSION=1.1.0
# Line 124  AM_PATH_GPG_ERROR(0.5,, AC_MSG_ERROR([li Line 124  AM_PATH_GPG_ERROR(0.5,, AC_MSG_ERROR([li
124    
125    
126  # Note, that autogen.sh greps for the next line.  # Note, that autogen.sh greps for the next line.
127  #AM_GNU_GETTEXT_VERSION(0.12.1)  AM_GNU_GETTEXT_VERSION(0.12.1)
128  #AM_GNU_GETTEXT([external])  AM_GNU_GETTEXT([external])
129  # We always want NLs, despite what the above macro figures out.  # We always want NLs, despite what the above macro figures out.
130  USE_NLS=yes  USE_NLS=yes
131    
# Line 187  src/Makefile Line 187  src/Makefile
187  m4/Makefile  m4/Makefile
188  init/Makefile  init/Makefile
189  doc/Makefile  doc/Makefile
190    po/Makefile.in
191  ])  ])
192  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.11  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26