diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:02:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:02:32 +0800 |
commit | 05114bc4955e1f49386a210b863af4ac230dab6e (patch) | |
tree | 65840336d55a52eba9c73b218c80680188868f3e /acconfig.h | |
parent | 221e71a99a85eaaa7e0feaa2532255dbd7c5cb29 (diff) | |
download | gsoc2013-evolution-05114bc4955e1f49386a210b863af4ac230dab6e.tar.gz gsoc2013-evolution-05114bc4955e1f49386a210b863af4ac230dab6e.tar.zst gsoc2013-evolution-05114bc4955e1f49386a210b863af4ac230dab6e.zip |
For now, do not install the evolution.1 manpage. Install all the other
* data/Makefile.am: For now, do not install the evolution.1
manpage. Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am
(cdeappmanagerdir): Version using $(BASE_VERSION).
* data/cde_app_root/dt/appconfig/types/C/Makefile.am
(cdetypesdir): Likewise.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am
(cdeiconsdir): Likewise.
* sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION).
* configure.in: Define BASE_VERSION. Set idldir to
$datadir/idl/evolution-$BASE_VERSION instead of just
$datadir/idl/evolution.
svn path=/trunk/; revision=19550
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7ce1a5993f..70814f4172 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,6 +36,9 @@ /* Sub-version identification string. */ #undef SUB_VERSION +/* Base version number (eg. "1.4" for "1.4.7"). */ +#undef BASE_VERSION + /* Preview-release string */ #undef VERSION_COMMENT |