aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: 365a128635572660f46443f13e297a3e8470fcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_PREREQ(2.63)
AC_INIT([libruncap], [1.0], [gray+runcap@gnu.org.ua])
AC_CONFIG_SRCDIR([runcap.c])
AM_INIT_AUTOMAKE([1.11 foreign tar-ustar silent-rules])

# Enable silent rules by default:
AM_SILENT_RULES([yes])

# Checks for programs.
AC_PROG_CC

RUNCAP_SETUP([.],[install])
	      
# Generate files
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.