libmrss icon indicating copy to clipboard operation
libmrss copied to clipboard

mRSS is a C library for parsing, writing and creating RSS files or streams

Results 3 libmrss issues
Sort by recently updated
recently updated
newest added

Right now, I am using [autoreconf to generate the configure when doing the homebrew package](https://github.com/Homebrew/homebrew-core/pull/163585), it would be nice to include the configure file into the source tarball like the...

``` root@yhk-RH2485-V2:/opt/lxf/libnxml# ./autogen.sh aclocal: warning: couldn't open directory 'm4': No such file or directory libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac...

``` $ uname -srvmpio CYGWIN_NT-10.0-22000-ARM64 3.6.3-1.x86_64 2025-06-05 11:45 UTC x86_64 unknown unknown Cygwin $ cd /tmp $ git clone https://github.com/bakulf/libmrss.git $ cd libmrss $ ./autogen.sh $ ./configure --enable-shared --disable-static $...