summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 9987fd7e1e09f1944e78b9691c7b40c410ec7cc5 (plain)
1
2
3
4
5
6
7
8
9
AC_INIT(patchelf, m4_esyscmd([echo -n 0.5$VERSION_SUFFIX]))
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])

AC_PROG_CC
AC_PROG_CXX

AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
AC_OUTPUT