[xiph-cvs] cvs commit: libshout configure.in
Karl Heyes
karl at xiph.org
Wed Jun 18 04:40:18 PDT 2003
karl 03/06/18 07:40:18
Modified: . configure.in
Log:
minor cleanup for help output consistency
Revision Changes Path
1.49 +3 -3 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- configure.in 18 Jun 2003 03:55:40 -0000 1.48
+++ configure.in 18 Jun 2003 11:40:18 -0000 1.49
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.48 2003/06/18 03:55:40 brendan Exp $
+# $Id: configure.in,v 1.49 2003/06/18 11:40:18 karl Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -135,7 +135,7 @@
dnl Extra dependencies
AC_ARG_ENABLE([pthread],
- [[ --disable-pthread do not link with pthread even if it is available]])
+ AC_HELP_STRING([--disable-pthread],[do not link with pthread even if it is available]))
have_thread="no"
if test "$enable_pthread" != "no"
@@ -162,7 +162,7 @@
dnl opposite, unless the user overrides.
AC_ARG_ENABLE([pkgconfig],
- [ --disable-pkgconfig disable pkgconfig data files (auto)],
+ AC_HELP_STRING([--disable-pkgconfig],[disable pkgconfig data files (auto)]),
[dopkgconfig="$enableval"], [dopkgconfig="maybe"])
if test "$dopkgconfig" = "maybe"
then
<p><p>--- >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