From 86b67e880310d214507a29c2a0e98a751a120c91 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 19 Jul 2010 18:14:25 +0200 Subject: Initial work on porting thunar-volman to gudev/GIO. Block devices are now opened in Thunar. Their contents are not investigated in order to distinguish iPods/cameras/media players from normal storage devices yet. --- autogen.sh | 54 +++++++++++++++++++----------------------------------- 1 file changed, 19 insertions(+), 35 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 9769a5c..9ec5e44 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,21 @@ -#!/bin/sh -# -# $Id$ -# -# Copyright (c) 2002-2006 -# The Thunar development team. All rights reserved. -# -# Written for Thunar by Benedikt Meurer . -# +# vi:set et ai sw=2 sts=2 ts=2: */ +# - +# Copyright (c) 2010 Jannis Pohlmann +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. (type xdt-autogen) >/dev/null 2>&1 || { cat >&2 </dev/null 2>&1 || { - cat >&2 </dev/null || - git svn find-rev origin/trunk 2>/dev/null || - git svn find-rev HEAD 2>/dev/null || - git svn find-rev master 2>/dev/null` -else - revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'` -fi -sed -e "s/@LINGUAS@/${linguas}/g" \ - -e "s/@REVISION@/${revision}/g" \ - < "configure.in.in" > "configure.in" - -exec xdt-autogen $@ - -# vi:set ts=2 sw=2 et ai: +XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@ -- cgit v1.2.1