Re: [PHP-DEV] Top level Makefile From: Joey Smith (joey <email protected>)
Date: 07/25/00

This is all that is needed to fix it for all the cases I could think of,
but I'm not using fastgen stuff, so I'm not ready to commit
it...anyways, here it is. Use it at your own risk:

Index: configure.in
===================================================================
RCS file: /repository/php4/configure.in,v
retrieving revision 1.161
diff -u -r1.161 configure.in
--- configure.in 2000/07/25 11:25:05 1.161
+++ configure.in 2000/07/26 03:45:52
@@ -801,7 +801,7 @@
                   $PHP_OUTPUT_FILES
                   ], [], [

-if test "\$CONFIG_FILES" = ""; then
+if test "$CONFIG_FILES" = ""; then
     PHP_GEN_MAKEFILES
 else
     for file in $PHP_FAST_OUTPUT_FILES; do

Also attached for use with patch.

On Tue, 25 Jul 2000, Sterling Hughes wrote the following to Jon Parise and...:

> I'm getting the same thing...
>
> Sterling
>
>
> > On a fresh checkout of the php4 tree, the top level Makefile doesn't
> > appear to be getting generated. Can someone else confirm this, or am
> > I just missing something obvious?
> >
> > $ ./buildconf
> > $ ./configure [options]
> > $ make
> > make: no target to make.
> >
> > And there's no Makefile.
> >
> > --
> > Jon Parise (jon <email protected>) . Rochester Inst. of Technology
> > http://www.csh.rit.edu/~jon/ : Computer Science House Member
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
> >
>
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>