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

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

AC_OUTPUT