We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170d0dd commit b2122a6Copy full SHA for b2122a6
configure
@@ -871,10 +871,10 @@ CompCert configuration:
871
Menhir API library............ $menhir_dir
872
The Flocq library............. $library_Flocq
873
The MenhirLib library......... $library_MenhirLib
874
- Binaries installed in......... $(expandprefix $bindir)
875
- Shared config installed in.... $(expandprefix $sharedir)
+ Binaries installed in......... $(expandprefix "$bindir")
+ Shared config installed in.... $(expandprefix "$sharedir")
876
Runtime library provided...... $has_runtime_lib
877
- Library files installed in.... $(expandprefix $libdir)
+ Library files installed in.... $(expandprefix "$libdir")
878
EOF
879
880
if test "$rellibdir" = "$libdir"; then :; else
0 commit comments