1
0
Fork
You've already forked metaio
0
Minor fork of 'metaio' by 'lscsoft' starting from commit e61744e6 for convenience in making installable tarballs: https://git.ligo.org/lscsoft/metaio
  • Shell 54.2%
  • C 20.9%
  • Makefile 16.4%
  • M4 5.6%
  • C++ 2.3%
  • Other 0.6%
Find a file
Boud Roukema a5da19df85 Add configure file + update AC_HELP_STRING + related files
Commit e61744e6 of 'metaio' [1] does not include a top-level
'configure' file. On a current Debian/bookworm GNU/Linux OS,
'autoreconf' gives several warnings and errors in trying to
produce 'configure'.
This commit:
* provides 'configure', using autotool versions as listed below
[2];
* adds files copied into place or created by 'autoreconf -f -i';
and
* changes AC_HELP_STRING to AS_HELP_STRING in the three
'gnuscripts/m*.m4" scripts.
The aim is that this version of the package should, in principle,
be highly portable for compiling and installing with
 ./configure && make && make install
without needing the autotools as packages in the host OS.
[1] https://git.ligo.org/lscsoft/metaio
[2] autotools versions:
ii autoconf 2.71-3 all automatic configure script builder
ii automake 1:1.16.5-1.3 all Tool for generating GNU Standards-compliant Makefiles
ii autotools-dev 20220109.1 all Update infrastructure for config.{guess,sub} files
ii libtool 2.4.7-7~deb12u1 all Generic library support script
ii libtool-bin 2.4.7-7~deb12u1 amd64 Generic library support script (libtool binary)
2025年05月23日 18:04:40 +02:00
debian Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
gnuscripts Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
matlab Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
src Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
.gitignore remove concatMeta and _getMetaLoopHelper scripts 2023年04月03日 15:41:14 +09:00
00boot port some build script updates from gstlal 2014年03月10日 20:52:14 -04:00
aclocal.m4 Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
AUTHORS initial entry 2005年07月08日 19:54:45 +00:00
configure Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
configure.ac configure.ac: update to current autoconf standards 2023年04月03日 15:25:00 +09:00
COPYING Set libmetaio's license to GPL version 2. This was done with permission of 2008年06月23日 22:31:21 +00:00
HISTORY bump package version number 2009年10月13日 21:11:13 +00:00
INSTALL initial entry 2005年07月08日 19:54:45 +00:00
libmetaio.pc.in Rework the detection of zlib support on the host platform. This makes 2008年05月01日 21:20:34 +00:00
libmetaio.spec.in libmetaio.spec.in: update some package metadata 2023年04月03日 15:25:00 +09:00
Makefile.am remove ligotools packaging related files 2023年04月03日 15:18:13 +09:00
Makefile.in Add configure file + update AC_HELP_STRING + related files 2025年05月23日 18:04:40 +02:00
README remove ligotools packaging related files 2023年04月03日 15:18:13 +09:00

This is the metaio library code and the utilities based on it. The lscsoft
'libmetaio' package is derived from this repository. This is the code
relied upon by lalsuite for reading LIGO Light-Weight XML files.