bootstrap (davfs2-1.6.1) | : | bootstrap (davfs2-1.7.0) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann | # Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann | |||
# Copying and distribution of this file, with or without modification, are | # Copying and distribution of this file, with or without modification, are | |||
# permitted in any medium without royalty provided the copyright notice | # permitted in any medium without royalty provided the copyright notice | |||
# and this notice are preserved. | # and this notice are preserved. | |||
set -ex | set -ex | |||
autopoint --force | autopoint --force | |||
#gnulib-tool --update | ||||
cd man; po4a po4a.conf; cd .. | cd man; po4a po4a.conf; cd .. | |||
aclocal -I config | aclocal -I config | |||
autoheader | autoheader | |||
automake --add-missing --force-missing --copy | automake --add-missing --force-missing --copy | |||
autoconf | autoconf | |||
cp -p config/COPYING.davfs2 COPYING | cp -p config/COPYING.davfs2 COPYING | |||
cp -p config/INSTALL.davfs2 INSTALL | cp -p config/INSTALL.davfs2 INSTALL | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |