Date: 07/25/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4763 Updated: PHP_PUT_FILENAME is gone?"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4677 Updated: Part of bug #4485"
- In reply to: Sterling Hughes: "Re: [PHP-DEV] Top level Makefile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
> >
> >
>
>
>
- TEXT/PLAIN attachment: configure.in.patch
-- 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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4763 Updated: PHP_PUT_FILENAME is gone?"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4677 Updated: Part of bug #4485"
- In reply to: Sterling Hughes: "Re: [PHP-DEV] Top level Makefile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

