Bug 45211 - configure says "WARNING: Unrecognized options:" against valid options
Summary: configure says "WARNING: Unrecognized options:" against valid options
Status: RESOLVED DUPLICATE of bug 45221
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.2.9
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 23:21 UTC by Takashi Sato
Modified: 2008-06-19 19:33 UTC (History)
0 users



Attachments
stdout and stderr (14.37 KB, text/plain)
2008-06-15 23:21 UTC, Takashi Sato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Sato 2008-06-15 23:21:32 UTC
Created attachment 22131 [details]
stdout and stderr

2.2.9 Tarball's configure script says "configure: WARNING: Unrecognized options:" against valid options.
Options you have specified are not ignored, but these warnings are very confusing.

How to reprocduce:
1) Download 2.2.9 tarball 
2) extract the tarball
3) cd httpd-2.2.9/
4) ./configure --with-mpm=worker >/dev/null
5) Then, you will see 
configure: WARNING: Unrecognized options: --with-mpm
configure: WARNING: Unrecognized options: --with-mpm
Comment 1 Takashi Sato 2008-06-15 23:57:20 UTC
I have run ./buildconf and that warnings disappear.

buildconf: python version 2.5.1 (ok)
buildconf: autoconf version 2.61 (ok)
buildconf: libtool version 1.5.24 (ok)
Comment 2 Ruediger Pluem 2008-06-16 03:40:29 UTC
I noticed this as well. Seems to be caused by the autoconf version used during creating the 2.2.9 package. If you execute ./buildconf your local autoconf installation will be used which may not have this problem.
Comment 3 Takashi Sato 2008-06-19 19:33:57 UTC

*** This bug has been marked as a duplicate of bug 45221 ***