aboutsummaryrefslogtreecommitdiff
#!/bin/sh
# Create the build system.

set -e -x

# Generate stubs for translations.
langs=`find po/doc -type f -name 'guix-manual*.po' \
        | sed -e 's,.*/guix-manual\.,,;s,\.po$,,'`
for lang in ${langs}; do
    if [ ! -e "doc/guix.${lang}.texi" ]; then
	echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi"
	echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi"
	# Ensure .po file is newer.
	touch "po/doc/guix-manual.${lang}.po"
    fi
done
langs=`find po/doc -type f -name 'guix-cookbook*.po' \
        | sed -e 's,.*/guix-cookbook\.,,;s,\.po$,,'`
for lang in ${langs}; do
    if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
	echo "@setfilename guix-cookbook.${lang}.info" > "doc/guix-cookbook.${lang}.texi"
	# Ensure .po file is newer.
	touch "po/doc/guix-cookbook.${lang}.po"
    fi
done

autoreconf -vfi

# Replace Automake's build-aux/mdate-sh with build-aux/mdate-from-git, our
# own, reproducible version.
chmod +w build-aux/mdate-sh
rm -f build-aux/mdate-sh
ln -s mdate-from-git.scm build-aux/mdate-sh
e='20'>20space:mode:
authorRoel Janssen <roel@gnu.org>2023-03-05 13:54:28 +0100
committerRoel Janssen <roel@gnu.org>2023-03-05 13:54:28 +0100
commit6b792019561d378c92d903d0dc53c3e9719f0fbd (patch)
treee6da5e9d487d59d6c31c53d9d3875748cc98796e /gnu/packages/patches/connman-CVE-2022-32293-pt2.patch
parentd92ec2f2812c76b23aab778e26708cf353542ae9 (diff)
downloadguix-6b792019561d378c92d903d0dc53c3e9719f0fbd.tar.gz
guix-6b792019561d378c92d903d0dc53c3e9719f0fbd.zip
gnu: virtuoso-ose: Update to 7.2.9.
* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.9; Add 'which' for the test suite. * gnu/packages/patches/virtuoso-ose-remove-pre-built-jar-files.patch: Update patch for new version.
Diffstat (limited to 'gnu/packages/patches/connman-CVE-2022-32293-pt2.patch')
0 files changed, 0 insertions, 0 deletions