aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: 6e9257425ece50bf306f60201958c04bcc245052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_PREREQ(2.63)
AC_INIT([libruncap], [m4_esyscmd_s([git describe])], [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([.],m4_esyscmd_s([echo ${RUNCAP_BUILD:-install}]))
	      
# Generate files
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.