File: autogen.sh

package info (click to toggle)
libvorbis 1.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: ansic: 54,722; sh: 4,218; xml: 982; perl: 786; makefile: 327
file content (12 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e

package="vorbis"

srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"

echo "Updating build configuration files for $package, please wait...."

autoreconf -if