The following reply was made to PR other/3273; it has been noted by GNATS. From: Marc Slemko <[EMAIL PROTECTED]> To: Suzanne Rupert <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: other/3273: make install does not recognize --compat option of configure Date: Thu, 22 Oct 1998 12:36:14 -0700 (PDT)
On 22 Oct 1998, Suzanne Rupert wrote: > apache > >Release: 1.3.3 > >Environment: > IRIX 6.4 using n32 gcc compiler. > IRIX64 argo 6.4 02121744 IP27 > > >Description: > The --compat option of configure is ignored by make install. > The --layout option of configure reports that the data will be > placed in Apache 1.2.6 style directories, but the installation > procedure ignores the request and place the files in the current > Apache 1.3.3 directory structure. > >How-To-Repeat: > ./configure --prefix=/usr/httpd --compat --mandir=/usr/local/apache/man > --layout > Configuring for Apache, Version 1.3.3 The --layout option just _prints_ the layout, it doesn't actually generate configs using that layout. Did you run "./configure --prefix=/usr/httpd --compat --mandir=/usr/local/apache/man", ie. without the --layout option?
