Duy Nguyen
Duy Nguyen
I also use firefox and that link seems ok to me. https://r7.. though does not work. Perhaps yours force https on by default?
Unrelated but would it be ok to have some simple http server in gauche as well (not a full flown one like gauche-makiki). Something with WSGI-like or similar interfaces.
I looked a bit more into this to see how other packages do it (or whether it's the distro's job to generate "dir" files after installation). At least for automake-based...
Makes sense to do nothing when DESTDIR is set but that makes me wonder how distros deal with this (none if the would install directly to root fs). I'll check...
Gentoo has a post-install step to [scan and update info dir](https://github.com/gentoo/portage/blob/master/lib/portage/util/_info_files.py#L36). Debian also has [dh_installinfo](https://manpages.debian.org/testing/debhelper/dh_installinfo.1.en.html) which is probably part of a debian package, but I don't know debian format well...
Is `Scm_VM_Something` as awkward as `Scm_pc_Something`? Or you could go the MS way with `Scm_SomethingExt` but that's probably not the best idea.
Here it is ``` Calling Scm__InitThreadLocal... Calling Scm__InitParameter... Calling Scm__InitVM... Calling Scm__InitHash... Calling Scm__InitSymbol... Calling Scm__InitModule... Calling Scm__InitNumber... Calling Scm__InitChar... Calling Scm__InitClass... Calling Scm__InitMemoTable... Calling Scm__InitList... Calling Scm__InitCollection... Calling Scm__InitExceptions......
Grr.. yep lib/Makefile is not remade somehow from lib/Makefile.in, so it doesn't install cond-expand-rt.scm. Running `./config.status` and installing again seems to fix a problem. Feel free to close this. I...
I might have suggested something like this before. But I don't remember what came out of it, anyway... automake generates something like this, which regerenates Makefile if Makefile.in changes. It...