summaryrefslogtreecommitdiff
blob: 91cc7afe7b510d58107eee0b1db8834a2f26bd08 (plain)
1
2
3
4
5
6
7
AC_INIT([eselect-python], [20190417])
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2])

# Create output files.
AC_CONFIG_FILES([Makefile python.eselect])

AC_OUTPUT