]> git.itanic.dy.fi Git - maemo-mapper/commitdiff
Minor fixes in preparation for release of Maemo Mapper v2.5.1.
authorgnuite <gnuite@gmail.com>
Fri, 17 Oct 2008 03:09:37 +0000 (03:09 +0000)
committergnuite <gnuite@gmail.com>
Fri, 17 Oct 2008 03:09:37 +0000 (03:09 +0000)
git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@219 6c538b50-5814-0410-93ad-8bdf4c0149d1

autogen.sh
src/path.c

index 33a4026a3203c9fc2f227d9e293cf9b8ff041c60..aba689071fe08b5856fa7e513770bbec16ac6c1d 100755 (executable)
@@ -22,8 +22,8 @@
 set -x
 glib-gettextize --copy --force
 libtoolize --automake --copy --force
+aclocal
 intltoolize --automake --copy --force
-aclocal-1.7
 autoconf --force
 autoheader --force
-automake-1.7 --add-missing --copy --force-missing --foreign
+automake --add-missing --copy --force-missing --foreign
index 50bf3caa368cc5766a30de876b446eda1952f6e2..b98a1770ad114d739db0588678841a40fafa047f 100644 (file)
@@ -944,7 +944,7 @@ track_add(time_t time, gboolean newly_fixed)
                         execl(_voice_synth_path, basename(_voice_synth_path),
                                 "-t", _last_spoken_phrase, (char *)NULL);
                         /* No good?  Try to launch it with /bin/sh */
-                        execl("/bin/sh", "sh", "-c", _voice_synth_path,
+                        execl("/bin/sh", "sh", _voice_synth_path,
                                 "-t", _last_spoken_phrase, (char *)NULL);
                         /* Still no good? Oh well... */
                         exit(0);