forked from srbala/fedora-kickstarts
5a0bde6c21
A bunch of changes to master and f19 were made shortly before beta to get things under their size limits. Some other fixes were made as well.
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
AC_INIT([spin-kickstarts], 0.20.4)
|
|
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
|