summaryrefslogtreecommitdiff
blob: b4d19a21fb41f06bf6cc9a710256353f4c406df6 (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT([eselect-php], [0.8.0])
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])

AC_PROG_LN_S
AC_PROG_SED

# List of output files.
AC_CONFIG_FILES([Makefile src/php.eselect])

AC_OUTPUT