[Xfce4-commits] <tumbler:master> Remove xfce4-dev-tools specific code from the neutral autogen.sh.
Jannis Pohlmann
noreply at xfce.org
Tue Oct 6 15:38:01 CEST 2009
Updating branch refs/heads/master
to d45f5f4513054181673326d8be2b2223bc5e70c3 (commit)
from 004458939fb81a92f2d307a4a4c1a18a66e1e1c5 (commit)
commit d45f5f4513054181673326d8be2b2223bc5e70c3
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Tue Oct 6 15:20:15 2009 +0200
Remove xfce4-dev-tools specific code from the neutral autogen.sh.
autogen.sh | 10 ----------
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"
More information about the Xfce4-commits
mailing list