Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:5c81b35c32cd128e955f4da753d99c09557a4451
  • Code
  • Branches (1)
  • Releases (2)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • v3.0.2
    • v3.0.1
  • edc75b6
  • /
  • configure.ac
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
  • release
content badge
swh:1:cnt:d2d8685b11e0c83d3e93dfae6f29f508d6f4e6f7
directory badge
swh:1:dir:edc75b6d66ae8bfebd2c81d7b6e44f3b467a508a
revision badge
swh:1:rev:f1e2438ffce2164e0c12e8bbaef7527b0ab4eb56
snapshot badge
swh:1:snp:5c81b35c32cd128e955f4da753d99c09557a4451
release badge
swh:1:rel:bae75604f88fd6d68b2286e3ecae7938f25b6958

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
  • release
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: f1e2438ffce2164e0c12e8bbaef7527b0ab4eb56 authored by Lonca Emmanuel on 24 March 2021, 14:03:36 UTC
release v3.0.2
Tip revision: f1e2438
configure.ac
AC_PREREQ(2.59)
AC_INIT(CoQuiAAS, 3.0.2, lonca@cril.fr)

AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADER([src/config.h])
AC_CONFIG_MACRO_DIR([m4])

AC_CHECK_PROGS([DOXYGEN], [doxygen])
if test -z "$DOXYGEN";
   then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
fi

AM_CONDITIONAL([HAVE_DOXYGEN], 
[test -n "$DOXYGEN"])AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])])

AM_INIT_AUTOMAKE(subdir-objects)

AC_PROG_LIBTOOL

: ${CXXFLAGS= -std=c++14 -O3 -DCOQUIAAS_VERSION="3.0.2"}
AC_PROG_CXX
AX_CHECK_ZLIB

AX_CHECK_ZLIB

AC_OUTPUT(Makefile resources/Makefile src/Makefile doc/Makefile)

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API