eio,ethumb,emotion: Fix build out of tree.
authorcedric <cedric>
Mon, 30 Apr 2012 01:40:00 +0000 (01:40 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Apr 2012 01:40:00 +0000 (01:40 +0000)
Patch by Jérôme Pinot <ngc891@gmail.com>.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@70540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

AUTHORS
ChangeLog
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 1ba92ae..95af23a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,3 +4,4 @@ Nicolas Aguirre <aguirre.nicolas@gmail.com>
 Sebastian Dransfeld <sd@tango.flipp.net>
 Cedric Bail <cedric.bail@free.fr>
 Rafael Antognolli <antognolli@profusion.mobi>
+Jérôme Pinot <ngc891@gmail.com>
index 86fec86..e5c7544 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,3 +33,7 @@
 2012-04-26 Carsten Haitzler (The Rasterman)
 
        * 1.0.0 release
+
+2012-04-30 Jérôme Pinot
+
+       * Fix build out of tree.
diff --git a/NEWS b/NEWS
index a687f50..e6e0f7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Changes since Emotion 1.0.0:
 Additions:
 
 Fixes:
+       - build out of tree.
 
 Improvements:
 
index 0840058..770d9da 100644 (file)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
+m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
 ##--   When released, remove the dnl on the below line
 dnl m4_undefine([v_rev])