[nautilus-actions] Add run-autogen.sh
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Add run-autogen.sh
- Date: Wed, 22 Sep 2010 23:06:48 +0000 (UTC)
commit 753042623def5b15c7da1b672adb9ca1a5199370
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Sep 23 00:04:29 2010 +0200
Add run-autogen.sh
A convenience script to run autogen without forgotting parameters.
run-autogen.sh | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/run-autogen.sh b/run-autogen.sh
new file mode 100755
index 0000000..7e1b0b8
--- /dev/null
+++ b/run-autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+exec ./autogen.sh \
+ --prefix=$(pwd)/install \
+ --with-nautilus-extdir=$(pwd)/install/lib/nautilus \
+ --disable-schemas-install \
+ --enable-gtk-doc \
+ --disable-scrollkeeper \
+ --enable-html-manuals \
+ --with-db2html \
+ --without-gdt \
+ --enable-pdf-manuals
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]