File: autogen.sh

package info (click to toggle)
libatomic-ops 7.4.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,732 kB
  • ctags: 3,203
  • sloc: ansic: 19,131; sh: 11,970; makefile: 303; 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'."