[xiph-cvs] cvs commit: vorbis acinclude.m4 autogen.sh
Stan Seibert
volsung at xiph.org
Thu Dec 20 19:16:48 PST 2001
volsung 01/12/20 19:16:48
Modified: . acinclude.m4 autogen.sh
Log:
Quick fixes: Silly bug in shell test and missing quotes in error message
(closes bug #92).
Revision Changes Path
1.7 +1 -1 vorbis/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis/acinclude.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- acinclude.m4 2001/10/28 02:41:08 1.6
+++ acinclude.m4 2001/12/21 03:16:47 1.7
@@ -31,7 +31,7 @@
OGG_CFLAGS="-I$ogg_includes"
elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
- elif test "$prefix" != "xNONE"; then
+ elif test "x$prefix" != "xNONE"; then
OGG_CFLAGS="-I$prefix/include"
fi
1.5 +2 -2 vorbis/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autogen.sh 2001/08/23 17:39:54 1.4
+++ autogen.sh 2001/12/21 03:16:47 1.5
@@ -21,7 +21,7 @@
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have automake installed to compile $package."
- echo "Download the appropriate package for your system,
+ echo "Download the appropriate package for your system,"
echo "or get the source from one of the GNU ftp sites"
echo "listed in http://www.gnu.org/order/ftp.html"
DIE=1
@@ -30,7 +30,7 @@
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
- echo "Download the appropriate package for your system,
+ echo "Download the appropriate package for your system,"
echo "or get the source from one of the GNU ftp sites"
echo "listed in http://www.gnu.org/order/ftp.html"
DIE=1
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list