aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 8024409195c426bf5479757af6c401a24dd2585e (plain)
1
2
3
4
5
6
7
8
9
AC_INIT([xcursor-transparent-theme], [0.1.1])
AC_CONFIG_SRCDIR([transp])
AM_INIT_AUTOMAKE

AC_PROG_INSTALL

AC_OUTPUT([
Makefile
])