Skip to content
configure.ac 185 B
Newer Older
Seblu's avatar
Seblu committed
AC_INIT([archversion], [0])

AM_INIT_AUTOMAKE([foreign])
AM_PATH_PYTHON([3.3])

Seblu's avatar
Seblu committed
AC_CONFIG_FILES([
	Makefile
	src/bin/Makefile
	src/lib/archversion/Makefile
	misc/Makefile
])
Seblu's avatar
Seblu committed

AC_OUTPUT