[go: up one dir, main page]

File: autogen.sh

package info (click to toggle)
cadaver 0.23.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,352 kB
  • sloc: ansic: 45,852; sh: 3,440; makefile: 759; yacc: 291; sed: 27
file content (15 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -ex
rm -rf config.cache autom4te*.cache aclocal.m4
${ACLOCAL:-aclocal} -I m4 -I m4/neon
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
rm -rf autom4te*.cache
rm -rf lib/intl
cp -r /usr/share/gettext/intl lib/intl
for f in config.guess config.sub; do 
  cp -p /usr/share/libtool/config/$f .
done
# Set correct top_builddir for bundled gettext
sed -i '/^top_builddir/s,\.\.,../..,;s,\.\./config.h,../../config.h,g' \
       lib/intl/Makefile.in