gnomemm r2062 - cluttermm_tutorial/trunk



Author: daniel
Date: Tue Feb 17 12:42:06 2009
New Revision: 2062
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2062&view=rev

Log:
* autogen.sh: Add minimal variant of this common shell script
which simply runs autoreconf and then configure.


Added:
   cluttermm_tutorial/trunk/autogen.sh   (contents, props changed)
Modified:
   cluttermm_tutorial/trunk/ChangeLog

Added: cluttermm_tutorial/trunk/autogen.sh
==============================================================================
--- (empty file)
+++ cluttermm_tutorial/trunk/autogen.sh	Tue Feb 17 12:42:06 2009
@@ -0,0 +1,22 @@
+#! /bin/sh
+# Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
+#
+# 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 3 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, see <http://www.gnu.org/licenses/>.
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+set -ex
+autoreconf --install --force "$srcdir"
+"$srcdir/configure" "$@"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]