View Issue Details

IDProjectCategoryView StatusLast Update
0010483libmicrohttpdbuild systempublic2025-10-12 11:06
Reporterkenballus Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86_64OSLinuxOS Version6.12.50
Product Version1.0.2 
Target Version1.0.3Fixed in Version1.0.3 
Summary0010483: Build system
Descriptionconfigure.ac still contains a reference to src/microhttpd_ws/Makefile, which was removed in a commit last month. This causes ./configure to fail due to src/microhttpd_ws/Makefile.in not existing.
Steps To Reproduce1. Clone the repo
2. Run ./bootstrap&& ./configure --disable-doc
3. Observe the result:
> libtoolize: found 'configure.ac'
> ...a bunch of output...
> config.status: error: cannot find input file: 'src/microhttpd_ws/Makefile.in'
Additional InformationThis patch fixes the issue:

diff --git a/configure.ac b/configure.ac
index 17dc192c..50fbf546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5929,7 +5929,6 @@ m4/Makefile
 src/Makefile
 src/include/Makefile
 src/microhttpd/Makefile
-src/microhttpd_ws/Makefile
 src/examples/Makefile
 src/tools/Makefile
 src/testcurl/Makefile
TagsNo tags attached.

Activities

Christian Grothoff

2025-10-12 11:06

manager   ~0026149

Fix committed to master branch.

Christian Grothoff

2025-10-12 11:06

manager   ~0026150

Oops. Fixed in deae6d4e..ba8f88fc.

Related Changesets

libmicrohttpd: master ba8f88fc

2025-10-12 13:06

Christian Grothoff


Details Diff
fix 0010483 Affected Issues
0010483
mod - configure.ac Diff File

Issue History

Date Modified Username Field Change
2025-10-12 03:54 kenballus New Issue
2025-10-12 11:06 Christian Grothoff Changeset attached => libmicrohttpd master ba8f88fc
2025-10-12 11:06 Christian Grothoff Note Added: 0026149
2025-10-12 11:06 Christian Grothoff Assigned To => Christian Grothoff
2025-10-12 11:06 Christian Grothoff Status new => resolved
2025-10-12 11:06 Christian Grothoff Resolution open => fixed
2025-10-12 11:06 Christian Grothoff Note Added: 0026150
2025-10-12 11:06 Christian Grothoff Fixed in Version => 1.0.3
2025-10-12 11:06 Christian Grothoff Target Version => 1.0.3