File: autogen.sh

package info (click to toggle)
xarchiver 1%3A0.5.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,492 kB
  • sloc: ansic: 15,758; sh: 3,920; makefile: 216
file content (22 lines) | stat: -rwxr-xr-x 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

test "$BASH" && set -o pipefail

echo > AUTHORS
echo > NEWS

echo -n "Creating the build system... "

intltoolize --copy --force --automake || exit
libtoolize --copy --force --quiet || exit
aclocal || exit
autoheader || exit
automake --copy --force-missing --add-missing --gnu 2>&1 | sed "/installing/d" || exit
autoconf || exit

echo "done."

# clean up in order to keep repository small
# (will be needed if 'make dist' is used though)
rm AUTHORS NEWS INSTALL aclocal.m4 compile intltool-extract.in intltool-merge.in intltool-update.in
rm -r autom4te.cache m4