The following reply was made to PR general/3638; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: general/3638: old header still in source ap_config_auto.h. d Date: Sun, 10 Jan 1999 10:39:58 -0800 (PST) On Sat, 9 Jan 1999, Michael wrote: > > [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! ] > > > > > > Synopsis: old header still in source ap_config_auto.h. does not > > belong > > > > State-Changed-From-To: open-feedback > > State-Changed-By: marc > > State-Changed-When: Sat Jan 9 16:32:06 PST 1999 > > State-Changed-Why: > > Huh? Why do you say ap_config_auto.h doesn't belong there? > > It most certainly does. The message you quote from the CHANGES file > > says that conf_auto.h was renamed TO ap_config_auto.h. > > > The impression I got from the changes directory was that ap_config_auto.h > was consolidated into other header files. Anyway, there is no such > file in my include directory, observe: > > eagle:/usr/src/apache/src/include# ls a* > alloc.h ap_compat.h ap_ctype.h ap_mmn.h > ap.h ap_config.h ap_md5.h No, it is generated when you configure Apache. You need to configure Apache first, at which piont the ap_config_auto.h file is created. > > > > Please show the exact output from the last dozen lines or so > > of a failed compile. Also please give exact details on > > what OS you are using, since this could well be a bug with > > your OS. > > > Don't think it's a bug. Apache compiles fine and works ok on the > system. I'm trying to compile mod_javascript which uses these include > files. Woah! That is something you should have mentioned from the start. Does Apache without mod_javascript compile fine? That is always the first thing to try.
