seed r709 - trunk
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r709 - trunk
- Date: Sun, 11 Jan 2009 07:10:22 +0000 (UTC)
Author: hortont
Date: Sun Jan 11 07:10:22 2009
New Revision: 709
URL: http://svn.gnome.org/viewvc/seed?rev=709&view=rev
Log:
Move readme back to autoconf'd so we get the version number (I understand my mistake now).
Added:
trunk/README.in (contents, props changed)
- copied, changed from r708, /trunk/README
Removed:
trunk/README
Modified:
trunk/autogen.sh
trunk/configure.ac
Copied: trunk/README.in (from r708, /trunk/README)
==============================================================================
--- /trunk/README (original)
+++ trunk/README.in Sun Jan 11 07:10:22 2009
@@ -1,4 +1,4 @@
-=== Seed README ===
+=== Seed @VERSION@ README ===
Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.
@@ -24,4 +24,4 @@
-- If building on OS X, install automake, autoconf, gtk-doc, etc. from MacPorts;
then, export PATH=/opt/local/bin:$PATH (if /opt/local is your MacPorts installation)
- and build Seed as you normally would.
\ No newline at end of file
+ and build Seed as you normally would.
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Sun Jan 11 07:10:22 2009
@@ -124,22 +124,22 @@
if grep "^AM_GLIB_GNU_GETTEXT" configure.ac >/dev/null; then
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
- echo "Running glib-gettextize... Ignore non-fatal messages."
+ echo "Running glib-gettextize ... Ignore non-fatal messages."
echo "no" | glib-gettextize --force --copy
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^IT_PROG_INTLTOOL" configure.ac >/dev/null; then
- echo "Running intltoolize..."
+ echo "Running intltoolize ..."
intltoolize --copy --force --automake
fi
if grep "^AM_PROG_XML_I18N_TOOLS" configure.ac >/dev/null; then
- echo "Running xml-i18n-toolize..."
+ echo "Running xml-i18n-toolize ..."
xml-i18n-toolize --copy --force --automake
fi
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
- echo "Running libtoolize..."
+ echo "Running libtoolize ..."
libtoolize --force --copy || glibtoolize --force --copy
fi
fi
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Jan 11 07:10:22 2009
@@ -125,6 +125,7 @@
dnl =============================Output========================================
AC_OUTPUT([
+README
Makefile
doc/conventions.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]