[Goodies-commits] r1877 - in xfce4-cpufreq-plugin: tags trunk

Thomas Schreck shrek at xfce.org
Thu Aug 10 20:31:53 CEST 2006


Author: shrek
Date: 2006-08-10 18:31:51 +0000 (Thu, 10 Aug 2006)
New Revision: 1877

Added:
   xfce4-cpufreq-plugin/trunk/autogen.sh
Removed:
   xfce4-cpufreq-plugin/tags/release-0.0.1/
Modified:
   xfce4-cpufreq-plugin/trunk/ChangeLog
Log:
* added autogen.sh

Modified: xfce4-cpufreq-plugin/trunk/ChangeLog
===================================================================
--- xfce4-cpufreq-plugin/trunk/ChangeLog	2006-08-10 08:25:30 UTC (rev 1876)
+++ xfce4-cpufreq-plugin/trunk/ChangeLog	2006-08-10 18:31:51 UTC (rev 1877)
@@ -1,3 +1,7 @@
-2006-07-01 18:00  Thomas
+2006-08-10 20:15  Thomas Schreck <shrek at xfce.org>
 
+	* added autogen.sh
+
+2006-07-01 18:00  Thomas Schreck <shrek at xfce.org>
+
 	* initial version

Added: xfce4-cpufreq-plugin/trunk/autogen.sh
===================================================================
--- xfce4-cpufreq-plugin/trunk/autogen.sh	                        (rev 0)
+++ xfce4-cpufreq-plugin/trunk/autogen.sh	2006-08-10 18:31:51 UTC (rev 1877)
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# $Id: autogen.sh 1355 2006-08-08 21:01:13Z shrek $
+#
+# Copyright (c) 2002-2005
+#         The Xfce development team. All rights reserved.
+#
+# Written for Xfce by Benedikt Meurer <benny at xfce.org>.
+#
+
+(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
+}
+
+exec xdt-autogen $@
+
+# vi:set ts=2 sw=2 et ai:




More information about the Goodies-commits mailing list