File: bootstrap.sh

package info (click to toggle)
servicelog 1.1.14-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,640 kB
  • ctags: 243
  • sloc: sh: 11,264; ansic: 2,030; makefile: 27
file content (14 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -e

if [ ! -d config ];
then
	mkdir config;
fi

if [ ! -d m4 ];
then
	mkdir m4;
fi

aclocal && libtoolize --force && autoheader && \
automake --add-missing --copy && autoconf