2009-07-06 00:59:02 +04:00
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
2009-10-17 17:10:02 +04:00
# 00a1e4
PROGRESS_COLOR=0093d7
2009-08-19 13:43:15 +04:00
TITLE_COLOR=5C96CC
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
2009-07-06 00:59:02 +04:00
2011-06-16 12:58:07 +04:00
DOCDIR=documentation
2009-07-06 00:59:02 +04:00
AC_SUBST(THEME)
2013-08-06 12:29:07 +04:00
AC_SUBST(CODENAME)
2009-07-06 00:59:02 +04:00
AC_SUBST(NAME)
2013-08-06 12:29:07 +04:00
AC_SUBST(BRAND)
AC_SUBST(BRAND_FNAME)
2009-07-06 00:59:02 +04:00
AC_SUBST(STATUS)
2013-08-06 12:29:07 +04:00
AC_SUBST(STATUS_EN)
2009-07-06 00:59:02 +04:00
AC_SUBST(VERSION)
2013-08-06 12:29:07 +04:00
AC_SUBST(PRODUCT_NAME)
AC_SUBST(PRODUCT_NAME_RU)
2011-06-16 12:58:07 +04:00
AC_SUBST(DOCDIR)
2009-07-06 00:59:02 +04:00
AC_SUBST(PROGRESS_COLOR)
2009-08-19 13:43:15 +04:00
AC_SUBST(LIGHT_COLOR_HEX)
AC_SUBST(MIDDLE_COLOR_HEX)
AC_SUBST(DARK_COLOR_HEX)
AC_SUBST(LIGHT_LABELS_HEX)
AC_SUBST(DARK_LABELS_HEX)
AC_SUBST(MIDDLE_LABELS_HEX)
2013-08-06 12:29:07 +04:00
AC_SUBST(LIGHT_COLOR_DEC)
AC_SUBST(MIDDLE_COLOR_DEC)
AC_SUBST(DARK_COLOR_DEC)
2009-07-06 00:59:02 +04:00
AC_SUBST(TITLE_COLOR)
2013-08-06 12:29:07 +04:00
AC_SUBST(INACTIVE_COLOR)
AC_SUBST(X86)
2009-07-06 00:59:02 +04:00
AC_CONFIG_FILES([
Makefile
2011-04-13 18:57:45 +04:00
components/bootloader/config
2011-04-13 17:20:24 +04:00
components/bootsplash/theme.plymouth
2011-04-13 18:57:45 +04:00
components/browser-qt/design/design.ini
2011-11-30 12:20:49 +04:00
components/browser-qt/design/design.qss
2011-04-13 18:57:45 +04:00
components/bootloader/gfxboot.cfg
2009-07-06 00:59:02 +04:00
notes/release-notes.ru.html
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
2011-04-13 18:57:45 +04:00
components/indexhtml/indexhtml.desktop
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
2013-02-28 19:01:19 +04:00
components/systemd/os-release
2013-08-06 12:29:07 +04:00
components/ahttpd/styles/alterator.css
xfce-settings/xinitrc
2009-07-06 00:59:02 +04:00
])
AC_OUTPUT