File: init_autotools.sh

package info (click to toggle)
pipexec 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ansic: 1,194; sh: 74; makefile: 20
file content (17 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# This must be called from within the top source dir.
#

set -e
set -x

bash -x ./version.sh

libtoolize --copy

aclocal -I m4
autoheader
automake --add-missing --copy
automake
autoconf