summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2011-02-03 15:52:49 +0000
committerTom Hacohen <tom@stosb.com>2011-02-03 15:52:49 +0000
commit2df265f510490da197fde52a382f81516ad437a6 (patch)
tree6c8a25a2558b573b5bcec671db7035dbb9bb583d /autogen.sh
parenta04a0d7f4eaf6912088947a853019e5ded71f7d5 (diff)
downloadelementary-2df265f510490da197fde52a382f81516ad437a6.tar.gz
Elementary: Added the infrastructure for ui-mirroring support.
* Added elm_mirrored_get/set to set the system mirrored mode * Added elm_widget_mirrored/get/set to set each widget's mirrored mode. * Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale). * Future commits will include specific widgets mirrored mode handling. Work by Aharon Hillel and Tom Hacohen. SVN revision: 56673
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 995ff2fd3..0a5946268 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,7 @@ rm -f aclocal.m4 ltmain.sh
touch README
+echo "Running autopoint..." ; autopoint -f || :
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1