File: bootstrap

package info (click to toggle)
testu01 1.2.3%2Bds1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye, buster
  • size: 17,740 kB
  • sloc: ansic: 52,357; makefile: 241; sh: 53
file content (15 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# This script can be used to rebuild the derived configuration files
# whenever the primary configuration files have been changed or when
# a new source file is added or removed.
# This script should not be used by the user compiling the package.

cd include
./makedef
cd ..
libtoolize --copy --force
aclocal
autoheader
automake --add-missing --copy
autoconf