[gtkglext] Replace autogen.sh with (much simpler) bootstrap.bootstrap does not automatically run configure (and



commit dcff449422cb93f4e9513e40048ac4df6353696f
Author: Braden McDaniel <braden bolt endoframe net>
Date:   Mon Dec 7 23:38:12 2009 -0500

    Replace autogen.sh with (much simpler) bootstrap.bootstrap does not automatically run configure (and that is a feature).  bootstrap also does not do a bunch of version checks (that end up being redundant to what configure does anyway).

 autogen.sh     |  309 --------------------------------------------------------
 bootstrap      |    9 ++
 po/.gitignore  |   13 ---
 3 files changed, 9 insertions(+), 322 deletions(-)
---
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..d3de763
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+gtkdocize
+autoreconf -is
+
+echo Bootstrapping complete.  Now, change to your build directory and run
+echo \"configure\"\; e.g.:
+echo "    \$ cd mybuilddir"
+echo "    \$ path/to/gtkglext-srcdir/configure"



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