File: bootstrap.sh

package info (click to toggle)
servicelog 1.1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: ansic: 2,047; makefile: 27; sh: 11
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