summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-07 20:11:43 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-04-05 18:47:59 +0100
commit29c42bfe8e16dfe83b9d0e63847a86751b97c9f6 (patch)
tree3ee8cd77d59a7bfbaef88fa039666a93a4b3f245 /autogen.sh
parent27977408853a1b91c3aff934ac009aaaf2d4759b (diff)
downloadclutter-29c42bfe8e16dfe83b9d0e63847a86751b97c9f6.tar.gz
2.0: Bump clutter-1.0 to clutter-2.0
Some places in the build system do not (or cannot) use the macro-ified CLUTTER_API_VERSION, so we need to fix them up manually.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 61c3b46f5..5e195603a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,7 +18,7 @@ test $TEST_TYPE $FILE || {
# GNU gettext automake support doesn't get along with git.
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
-touch -t 200001010000 po/clutter-1.0.pot
+touch -t 200001010000 po/clutter-2.0.pot
GTKDOCIZE=`which gtkdocize`
if test -z $GTKDOCIZE; then