[go: up one dir, main page]

File: autogen.sh

package info (click to toggle)
unac 1.8.0-8
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,400 kB
  • sloc: ansic: 3,862; sh: 2,794; makefile: 42; perl: 4
file content (18 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -e

#
# Relies on autoconf 2.50 series, fix the command names if not the default
# on your system.
#
autoconf=autoconf
automake=automake
autoheader=autoheader
aclocal=aclocal

libtoolize --copy --force
$aclocal
$autoheader
$automake --gnu --add-missing --force-missing --copy
$autoconf