From ba6cc9941eebbc3ab4e9ab8f7745e62be4d045e5 Mon Sep 17 00:00:00 2001 From: gnuite Date: Fri, 17 Oct 2008 03:09:37 +0000 Subject: [PATCH] Minor fixes in preparation for release of Maemo Mapper v2.5.1. git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@219 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- autogen.sh | 4 ++-- src/path.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 33a4026..aba6890 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/src/path.c b/src/path.c index 50bf3ca..b98a177 100644 --- a/src/path.c +++ b/src/path.c @@ -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); -- 2.45.0