File: bootstrap

package info (click to toggle)
davfs2 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,420 kB
  • sloc: ansic: 8,417; sh: 4,877; makefile: 138; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
# Copyright (C) 2024 Ali Abdallah

# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
# and this notice are preserved.

set -ex
autopoint --force
#gnulib-tool --update
cd man; po4a po4a.conf; cd ..
aclocal -I config
autoheader
automake --add-missing --force-missing --copy
autoconf
cp -p config/COPYING.davfs2 COPYING
cp -p config/INSTALL.davfs2 INSTALL
./$srcdir/configure "$@" || failed "configure"