>Number:         3590
>Category:       config
>Synopsis:       If you don't supply any configure arguments then config.status 
>is bogus.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sat Dec 26 21:10:00 PST 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.3
>Environment:
N/A
>Description:
More specifically config.status omits a slash, the result of which is
that arguments are passed to the shell as separate commands instead of
configure arguments:

$ ./configure
./configure
Configuring for Apache, Version 1.3.3
 + Warning: Configuring Apache with default settings.
 + This is probably not what you really want.
 + Please read the README.configure and INSTALL files
 + first or at least run './configure --help' for
 + a compact summary of available options.
Creating Makefile
Creating Configuration.apaci in src
$ ./config.status --activate-module=src/modules/jserv/mod_jserv
./config.status --activate-module=src/modules/jserv/mod_jserv
Configuring for Apache, Version 1.3.3
 + Warning: Configuring Apache with default settings.
 + This is probably not what you really want.
 + Please read the README.configure and INSTALL files
 + first or at least run './configure --help' for
 + a compact summary of available options.
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/main
Creating Makefile in src/ap
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/modules/standard
./config.status: --activate-module=src/modules/jserv/mod_jserv: No such file or 
directory
>How-To-Repeat:
run configure with no arguments and run config.status with arguments
>Fix:
Figure out why the \ got lost.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]



Reply via email to