File: autogen.sh

package info (click to toggle)
libatomic-ops 7.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,012 kB
  • sloc: ansic: 23,213; sh: 4,185; makefile: 366; asm: 8
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# This script creates (or regenerates) configure (as well as aclocal.m4,
# config.h.in, Makefile.in, etc.) missing in the source repository.

autoreconf -i

echo
echo "Ready to run './configure'."