File: autogen.sh

package info (click to toggle)
tone-generator 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 356 kB
  • sloc: ansic: 3,037; sh: 61; makefile: 28
file content (11 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo "aclocal...."
aclocal || exit 1
echo "autoconf...."
autoconf || exit 3
echo "libtoolize"
libtoolize --automake -c || exit 4
echo "automake...."
automake -a -c || exit 5