~ubuntu-branches/ubuntu/quantal/xarchiver/quantal

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-11-07 14:54:00 UTC
  • mfrom: (1.1.7 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081107145400-z0j3jmgads8coae2
Tags: 0.5.1-1
MergingĀ upstreamĀ versionĀ 0.5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $Id: configure.in.in 23984 2006-11-27 07:39:46Z colossus $
 
1
dnl $Id: configure.in.in 28623 2008-11-06 07:44:54Z colossus $
2
2
dnl
3
3
dnl Copyright (c) 2006
4
4
dnl         The Xfce development team. All rights reserved.
10
10
dnl *** Version information ***
11
11
dnl ***************************
12
12
m4_define([xarchiver_version_major], [0])
13
 
m4_define([xarchiver_version_minor], [4])
14
 
m4_define([xarchiver_version_micro], [6])
 
13
m4_define([xarchiver_version_minor], [5])
 
14
m4_define([xarchiver_version_micro], [1])
15
15
m4_define([xarchiver_version_nano], []) # Leave empty for no nano version
16
 
m4_define([xarchiver_version_build], [r23979])
 
16
m4_define([xarchiver_version_build], [r28617])
17
17
m4_define([xarchiver_version_tag], []) # Leave empty for releases
18
18
m4_define([xarchiver_version], [xarchiver_version_major().xarchiver_version_minor().xarchiver_version_micro()ifelse(xarchiver_version_nano(), [], [], [.xarchiver_version_nano()])ifelse(xarchiver_version_tag(), [svn], [xarchiver_version_tag()-xarchiver_version_build()], [xarchiver_version_tag()])])
19
19
 
24
24
        The Xfce development team. All rights reserved.
25
25
        
26
26
Written for Xfce by Giuseppe Torelli <colossus73@gmail.com>.])
27
 
AC_INIT([xarchiver], [xarchiver_version()], [http://bugzilla.xfce.org/])
 
27
AC_INIT([xarchiver], [xarchiver_version], [http://bugzilla.xfce.org/])
28
28
AC_PREREQ([2.50])
29
29
AC_CANONICAL_TARGET()
30
 
AC_REVISION([$Id: configure.in.in 23984 2006-11-27 07:39:46Z colossus $])
 
30
AC_REVISION([$Id: configure.in.in 28623 2008-11-06 07:44:54Z colossus $])
31
31
 
32
32
dnl ***************************
33
33
dnl *** Initialize automake ***
75
75
dnl ******************************
76
76
dnl *** Check for i18n support ***
77
77
dnl ******************************
78
 
XDT_I18N([ca cs de dz el eu fi fr gl he hu it ja nl pl pt_BR ru sv zh_TW])
 
78
XDT_I18N([bg ca cs da de el en_GB es eu fi fr hu id ja nb_NO nl pl pt_BR pt_PT ru sq sv tr uk])
79
79
 
80
80
dnl ***********************************
81
81
dnl *** Check for required packages ***
82
82
dnl ***********************************
83
 
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
84
 
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.0])
 
83
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
 
84
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.10.0])
 
85
GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0`
85
86
 
86
87
dnl ***********************************
87
88
dnl *** Check for debugging support ***
92
93
Makefile
93
94
po/Makefile.in
94
95
src/Makefile
 
96
src/xdgmime/Makefile
95
97
doc/Makefile
96
98
icons/Makefile
 
99
icons/16x16/Makefile
 
100
icons/24x24/Makefile
97
101
icons/48x48/Makefile
 
102
icons/scalable/Makefile
98
103
pixmaps/Makefile
99
104
])
100
105
 
101
 
dnl *********************
102
 
dnl *** Print summary ***
103
 
dnl *********************
104
 
echo "----------------------------------------"
105
 
echo "$PACKAGE_TARNAME $PACKAGE_VERSION"
106
 
echo ""
107
 
echo "The binary will be installed in $prefix/bin"
108
 
echo ""
109
 
echo "Configure finished, type 'make' to build."
 
106
echo "
 
107
 
 
108
Xarchiver configuration:
 
109
------------------------
 
110
 
 
111
        Binary      :       $PACKAGE_TARNAME $PACKAGE_VERSION
 
112
        Install in  :       ${prefix}/bin
 
113
        GTK version :       ${GTK_VERSION}
 
114
 
 
115
"