davfs2/bootstrap

19 lines
466 B
Plaintext
Raw Permalink Normal View History

2009-04-14 19:54:53 +00:00
#!/bin/sh
2020-08-13 17:54:17 +00:00
# Copyright (C) 2006, 2007, 2008, 2009, 2020 Werner Baumann
2009-04-14 19:54:53 +00:00
# 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
cd man; po4a po4a.conf; cd ..
aclocal -I config
autoheader
2009-05-01 19:08:37 +00:00
automake --add-missing --force-missing --copy
2009-04-14 19:54:53 +00:00
autoconf
cp -p config/COPYING.davfs2 COPYING
cp -p config/INSTALL.davfs2 INSTALL