summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: bfd3b6e1250356e8b1a42af37e77515085d848b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
AC_CONFIG_SRCDIR([src/patchelf.cc])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])

AM_PROG_CC_C_O
AC_PROG_CXX

AC_CHECK_FUNCS([sysconf])

AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile patchelf.spec])
AC_OUTPUT