first import
This commit is contained in:
20
bootstrap
Executable file
20
bootstrap
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
|
||||
|
||||
# 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
|
||||
automake --add-missing --force-missing
|
||||
autoconf
|
||||
rm COPYING
|
||||
rm INSTALL
|
||||
cp -p config/COPYING.davfs2 COPYING
|
||||
cp -p config/INSTALL.davfs2 INSTALL
|
||||
|
Reference in New Issue
Block a user