summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-08-01 01:11:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-08-01 01:11:33 +0000
commit3c7351c5f543aea741fd599d05a17d08386ce156 (patch)
treebbb2994f4f8d1bdf0a133f92beebc1fa97101721 /ChangeLog
parent55839c7140c6cf776811ba6ee685ed5b3a1ab352 (diff)
downloadlibgpod-tmz-3c7351c5f543aea741fd599d05a17d08386ce156.tar.gz
libgpod-tmz-3c7351c5f543aea741fd599d05a17d08386ce156.tar.xz
libgpod-tmz-3c7351c5f543aea741fd599d05a17d08386ce156.zip
s/test -a/test -e
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2076 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb9620e..914adda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-07-31 Christophe Fergeau <teuf@gnome.org>
+ * configure.ac: s/test -a/test -e/ since this is what I really
+ meant, thanks tmz
+
+2008-07-31 Christophe Fergeau <teuf@gnome.org>
+
* configure.ac: instead of looking for .svn or {arch}, look for
autogen.sh to decide if we are compiling a version checked out from
svn or a release tarball.