fedora-kickstarts/configure.ac
Bruno Wolff III a69e5d7eb3 Set version for master branch to 0.16.0.
Don't want to forget this later.
2011-05-02 23:56:35 -05:00

17 lines
351 B
Plaintext

AC_INIT([spin-kickstarts], 0.16.0)
AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AC_SUBST(DATESTAMP,`date +"%a %b %d %Y"`)
AC_CONFIG_FILES([
Makefile
spin-kickstarts.spec
])
AC_OUTPUT