[xiph-cvs] cvs commit: libshout/m4 ac_config_libconfig_in.m4
Brendan
brendan at xiph.org
Mon Jun 9 18:42:08 PDT 2003
brendan 03/06/09 21:42:08
Modified: m4 ac_config_libconfig_in.m4
Log:
compatibility with solaris 8 /bin/sh
Revision Changes Path
1.2 +2 -1 libshout/m4/ac_config_libconfig_in.m4
Index: ac_config_libconfig_in.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/m4/ac_config_libconfig_in.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -u -r1.1 -r1.2
--- ac_config_libconfig_in.m4 7 Mar 2003 23:57:43 -0000 1.1
+++ ac_config_libconfig_in.m4 10 Jun 2003 01:42:08 -0000 1.2
@@ -50,7 +50,8 @@ echo ' ' >>$LIBCONFIG_FILE
echo '# parse options' >>$LIBCONFIG_FILE
echo 'o=""' >>$LIBCONFIG_FILE
echo 'h=""' >>$LIBCONFIG_FILE
-echo 'for i ; do' >>$LIBCONFIG_FILE
+echo 'for i' >>$LIBCONFIG_FILE
+echo 'do' >>$LIBCONFIG_FILE
echo ' case $i in' >>$LIBCONFIG_FILE
options="prefix exec-prefix eprefix package version cflags libs bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir infodir mandir target host build pkgdatadir pkglibdir pkgincludedir template-version help"
echo ' --prefix=*) prefix=`echo $i | sed -e "s/--prefix=//"` ;;' >>$LIBCONFIG_FILE
<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