1dnl
2dnl This file was autogenerated from "configure.ac.in".
3dnl Edit that file instead!
4dnl
5
6# vi:set et ai sw=2 sts=2 ts=2: */
7# -
8# Copyright (c) 2006-2011 Benedikt Meurer <benny@xfce.org>
9# Copyright (c) 2011      Jannis Pohlmann <jannis@xfce.org>
10#
11# This library is free software; you can redistribute it and/or
12# modify it under the terms of the GNU Library General Public
13# License as published by the Free Software Foundation; either
14# version 2 of the License, or (at your option) any later version.
15#
16# This library is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19# GNU Library General Public License for more details.
20#
21# You should have received a copy of the GNU Library General
22# Public License along with this library; if not, write to the
23# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24# Boston, MA 02110-1301, USA.
25
26dnl ***************************
27dnl *** Version information ***
28dnl ***************************
29m4_define([tap_version_major], [0])
30m4_define([tap_version_minor], [4])
31m4_define([tap_version_micro], [0])
32m4_define([tap_version_build], [9d54140])
33m4_define([tap_version_tag], [])
34m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_tag(), [], [], [tap_version_tag()-tap_version_build()])])
35
36dnl *******************************************
37dnl *** Debugging support for Git snapshots ***
38dnl *******************************************
39m4_define([tap_debug_default], [ifelse(tap_version_tag(), [git], [yes], [minimum])])
40
41dnl ***************************
42dnl *** Initialize autoconf ***
43dnl ***************************
44AC_COPYRIGHT([Copyright (c) 2006-2011 The Thunar development team. All rights reserved.])
45AC_INIT([thunar-archive-plugin], [tap_version], [thunar-dev@xfce.org])
46AC_PREREQ([2.50])
47AC_CANONICAL_TARGET()
48AC_REVISION([9d54140])
49
50dnl ***************************
51dnl *** Initialize automake ***
52dnl ***************************
53AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
54AC_CONFIG_HEADERS([config.h])
55AM_MAINTAINER_MODE()
56m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
57
58dnl *******************************
59dnl *** Check for UNIX variants ***
60dnl *******************************
61AC_AIX()
62AC_ISC_POSIX()
63AC_MINIX()
64
65dnl ********************************
66dnl *** Check for basic programs ***
67dnl ********************************
68AC_PROG_CC()
69AC_PROG_LD()
70AC_PROG_INSTALL()
71AC_PROG_INTLTOOL()
72
73dnl **************************
74dnl *** Initialize libtool ***
75dnl **************************
76LT_PREREQ([2.2.6])
77LT_INIT([disable-static])
78
79dnl ******************************
80dnl *** Check for i18n support ***
81dnl ******************************
82XDT_I18N([am ar ast be bg ca cs da de el en_AU en_GB eo es eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru sk sl sq sr sv th tr ug uk ur_PK ur uz@Latn uz vi zh_CN zh_TW ])
83
84dnl ***********************************
85dnl *** Check for required packages ***
86dnl ***********************************
87XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [0.4.0])
88XDT_CHECK_PACKAGE([EXO], [exo-2], [0.10.0])
89XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
90
91dnl ***********************************
92dnl *** Check for debugging support ***
93dnl ***********************************
94XDT_FEATURE_DEBUG([tap_debug_default])
95
96dnl **************************************
97dnl *** Check for linker optimizations ***
98dnl **************************************
99XDT_FEATURE_LINKER_OPTS()
100
101dnl *********************************
102dnl *** Substitute platform flags ***
103dnl *********************************
104AC_MSG_CHECKING([PLATFORM_CPPFLAGS])
105AC_MSG_RESULT([$PLATFORM_CPPFLAGS])
106AC_SUBST([PLATFORM_CPPFLAGS])
107AC_MSG_CHECKING([PLATFORM_CFLAGS])
108AC_MSG_RESULT([$PLATFORM_CFLAGS])
109AC_SUBST([PLATFORM_CFLAGS])
110AC_MSG_CHECKING([PLATFORM_LDFLAGS])
111AC_MSG_RESULT([$PLATFORM_LDFLAGS])
112AC_SUBST([PLATFORM_LDFLAGS])
113
114AC_OUTPUT([
115Makefile
116icons/Makefile
117icons/16x16/Makefile
118po/Makefile.in
119scripts/Makefile
120thunar-archive-plugin/Makefile
121])
122
123