I am trying to commit this to HEAD, but I am getting the following error: cvs [server aborted]: "commit" requires write access to the repository
Any chance I can get access or can somebody can commit this change to HEAD? Thanks, Brian On Wed, 13 Aug 2003 22:50:34 -0000, Brian France wrote: > bfrance Wed Aug 13 18:50:34 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php-src acinclude.m4 > Log: > > Fixed two translit so they don't remove underscores > > > > Index: php-src/acinclude.m4 > diff -u php-src/acinclude.m4:1.218.2.22 php-src/acinclude.m4:1.218.2.23 > --- php-src/acinclude.m4:1.218.2.22 Thu Jul 3 18:54:07 2003 > +++ php-src/acinclude.m4 Wed Aug 13 18:50:34 2003 > @@ -1,4 +1,4 @@ > -dnl $Id: acinclude.m4,v 1.218.2.22 2003/07/03 22:54:07 sas Exp $ > +dnl $Id: acinclude.m4,v 1.218.2.23 2003/08/13 22:50:34 bfrance Exp $ > dnl > dnl This file contains local autoconf functions. > > @@ -1221,8 +1221,8 @@ > \$(phplibdir)/$1.la: $3/$1.la > \$(LIBTOOL) --mode=install cp $3/$1.la \$(phplibdir) > > -$3/$1.la: \$($2) \$(translit($1,a-z-,A-Z_)_SHARED_DEPENDENCIES) > - \$(LIBTOOL) --mode=link \$(CC) \$(COMMON_FLAGS) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(LDFLAGS) -o \[$]@ -export-dynamic -avoid-version -prefer-pic -module -rpath \$(phplibdir) \$(EXTRA_LDFLAGS) \$($2) \$(translit($1,a-z-,A-Z_)_SHARED_LIBADD) > +$3/$1.la: \$($2) \$(translit($1,a-z_-,A-Z__)_SHARED_DEPENDENCIES) > + \$(LIBTOOL) --mode=link \$(CC) \$(COMMON_FLAGS) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(LDFLAGS) -o \[$]@ -export-dynamic -avoid-version -prefer-non-pic -module -rpath \$(phplibdir) \$(EXTRA_LDFLAGS) \$($2) \$(translit($1,a-z_-,A-Z__)_SHARED_LIBADD) > > EOF > ]) > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php