summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-06 15:20:15 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-06 15:20:15 +0200
commitd45f5f4513054181673326d8be2b2223bc5e70c3 (patch)
tree8958139e19c6171bbe3fd199c4cf0369f388d584 /autogen.sh
parent004458939fb81a92f2d307a4a4c1a18a66e1e1c5 (diff)
downloadtumbler-d45f5f4513054181673326d8be2b2223bc5e70c3.tar.gz
Remove xfce4-dev-tools specific code from the neutral autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 3e3c4c3..f8695f4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,16 +19,6 @@
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
-(type xdt-autogen) >/dev/null 2>&1 || {
- cat >&2 <<EOF
-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
-}
-
which xdt-autogen
if test x"$?" = x"0"; then
echo "Building using the Xfce development environment"