forked from srbala/fedora-kickstarts
5f00cb35c5
Now that we have branched we want the default repo commands to point to the branched release, not rawhide. There is an empty updates repo, so it's safe to uncomment the updates repo as well.
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
AC_INIT([spin-kickstarts], 0.17.1)
|
|
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
|