balsa r7987 - trunk
- From: pawels svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r7987 - trunk
- Date: Sun, 19 Oct 2008 18:42:22 +0000 (UTC)
Author: pawels
Date: Sun Oct 19 18:42:22 2008
New Revision: 7987
URL: http://svn.gnome.org/viewvc/balsa?rev=7987&view=rev
Log:
* bootstrap.sh: create m4 directory if needed.
Modified:
trunk/bootstrap.sh
Modified: trunk/bootstrap.sh
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh Sun Oct 19 18:42:22 2008
@@ -3,6 +3,7 @@
echo "Running gettextize... Ignore non-fatal messages."
glib-gettextize --force --copy || exit 1
echo "running intltoolize..."
+[ -d m4 ] || mkdir m4
intltoolize --copy --force --automake || exit 1
echo "Running gnome-doc-prepare --force - ignore errors."
if gnome-doc-prepare --force > /dev/null 2>&1; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]