Revision 2164 configure.in
| configure.in (revision 2164) | ||
|---|---|---|
| 5 | 5 |
|
| 6 | 6 |
dnl version number |
| 7 | 7 |
MAJOR_VERSION=2 |
| 8 |
MINOR_VERSION=6
|
|
| 8 |
MINOR_VERSION=7
|
|
| 9 | 9 |
MICRO_VERSION=0 |
| 10 | 10 |
INTERFACE_AGE=0 |
| 11 | 11 |
BINARY_AGE=0 |
| 12 |
EXTRA_VERSION= |
|
| 12 |
EXTRA_VERSION=beta6
|
|
| 13 | 13 |
BUILD_REVISION=0 |
| 14 | 14 |
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION |
| 15 | 15 |
|
| 16 |
DEVEL_VERSION=yes |
|
| 17 |
|
|
| 16 | 18 |
dnl set $target |
| 17 | 19 |
AC_CANONICAL_SYSTEM |
| 18 | 20 |
|
| ... | ... | |
| 25 | 27 |
AC_SUBST(MAJOR_VERSION) |
| 26 | 28 |
AC_SUBST(MINOR_VERSION) |
| 27 | 29 |
AC_SUBST(MICRO_VERSION) |
| 30 |
AC_SUBST(EXTRA_VERSION) |
|
| 28 | 31 |
AC_SUBST(BUILD_REVISION) |
| 29 | 32 |
|
| 33 |
dnl development or release version |
|
| 34 |
AC_SUBST(DEVEL_VERSION) |
|
| 35 |
if test "x$DEVEL_VERSION" != "x"; then |
|
| 36 |
AC_DEFINE(DEVEL_VERSION, 1, [Define if this is a development release]) |
|
| 37 |
fi |
|
| 38 |
|
|
| 30 | 39 |
dnl libtool versioning |
| 31 | 40 |
LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION |
| 32 | 41 |
LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE` |
| ... | ... | |
| 45 | 54 |
dnl Checks for programs. |
| 46 | 55 |
dnl AC_ARG_PROGRAM |
| 47 | 56 |
AC_PROG_CC |
| 57 |
AM_DISABLE_STATIC |
|
| 48 | 58 |
AC_ISC_POSIX |
| 49 | 59 |
AM_PROG_CC_STDC |
| 50 | 60 |
AC_PROG_INSTALL |
| ... | ... | |
| 75 | 85 |
AM_CONDITIONAL(NATIVE_WIN32, test "$native_win32" = "yes") |
| 76 | 86 |
|
| 77 | 87 |
dnl Checks for libraries. |
| 78 |
AM_PATH_GLIB_2_0(2.4.0,, AC_MSG_ERROR(Test for GLib failed. See the 'INSTALL' for help.)) |
|
| 88 |
AM_PATH_GLIB_2_0(2.4.0,, AC_MSG_ERROR(Test for GLib failed. See the 'INSTALL' for help.), gobject gmodule)
|
|
| 79 | 89 |
|
| 80 | 90 |
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) |
| 81 | 91 |
|
| ... | ... | |
| 125 | 135 |
[faqdir="$withval"]) |
| 126 | 136 |
AC_SUBST(faqdir) |
| 127 | 137 |
|
| 138 |
plugindir='${exec_prefix}/lib/${PACKAGE}/plugins'
|
|
| 139 |
AC_ARG_WITH(plugindir, |
|
| 140 |
[ --with-plugindir=DIR Plug-in directory], |
|
| 141 |
[plugindir="$withval"]) |
|
| 142 |
AC_SUBST(plugindir) |
|
| 143 |
|
|
| 128 | 144 |
dnl GPGME is used to support OpenPGP |
| 129 | 145 |
AC_ARG_ENABLE(gpgme, |
| 130 | 146 |
[ --disable-gpgme Disable GnuPG support using GPGME], |
| ... | ... | |
| 420 | 436 |
src/sylpheed.rc |
| 421 | 437 |
src/Makefile |
| 422 | 438 |
src/icons/Makefile |
| 439 |
plugin/Makefile |
|
| 440 |
plugin/test/Makefile |
|
| 423 | 441 |
po/Makefile.in |
| 424 | 442 |
faq/Makefile |
| 425 | 443 |
faq/de/Makefile |
Also available in: Unified diff