aboutsummaryrefslogtreecommitdiff
blob: f7a7762661f2e7eff37caf9c456779bcb0d3f65f (plain)
1
2
3
4
5
6
7
AC_INIT([eselect-rust], [20200419])
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2])

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

AC_OUTPUT