File: autogen.sh

package info (click to toggle)
librtas 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 556 kB
  • sloc: ansic: 4,730; makefile: 49; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ ! -d config ];
then
	mkdir config;
fi

autoreconf --install --verbose --force