X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=autogen.sh;h=a6000693709e70a7e5246dffc068b8dd49251dee;hp=01373b996133a39c0b901711c098e0c7c7e5d11d;hb=HEAD;hpb=63eef27ea56fc385cf1eb7af33211e697b384c3e diff --git a/autogen.sh b/autogen.sh index 01373b9..a600069 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,22 @@ #!/bin/sh # -# $Id$ +# Copyright (c) 2002-2017 The Xfce development team. All rights reserved. # -# Copyright (c) 2002-2007 -# The Xfce development team. All rights reserved. +# This library 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 library 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 Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +# Written for Xfce by Benedikt Meurer . # (type xdt-autogen) >/dev/null 2>&1 || { @@ -11,25 +24,12 @@ autogen.sh: You don't seem to have the Xfce development tools installed on your system, which are required to build this software. Please install the xfce4-dev-tools package first, it is available - from http://www.xfce.org/. -EOF - exit 1 -} - -# verify that po/LINGUAS is present -(test -f po/LINGUAS) >/dev/null 2>&1 || { - cat >&2 < "configure.in" +test -d m4 || mkdir m4 +XDT_AUTOGEN_REQUIRED_VERSION="4.9.1" \ exec xdt-autogen $@