author | Michael Krelin <hacker@klever.net> | 2005-04-03 13:34:36 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-03 13:34:36 (UTC) |
commit | 483022c5ae5b92c1d501ad4b2683666ca6e563e4 (patch) (unidiff) | |
tree | 3eb21bf41e390f5cac9985c4ee13372c2434d732 | |
parent | d3e8a3f68b62668af9bc992e94dfb3c822d270dc (diff) | |
download | sitecing-483022c5ae5b92c1d501ad4b2683666ca6e563e4.zip sitecing-483022c5ae5b92c1d501ad4b2683666ca6e563e4.tar.gz sitecing-483022c5ae5b92c1d501ad4b2683666ca6e563e4.tar.bz2 |
prepared for release.
-rw-r--r-- | NEWS.xml | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.0.1" date="April 3rd, 2005"> | ||
4 | <ni>added metasyntax quick reference</ni> | ||
5 | <ni>"really simple page" example added</ni> | ||
6 | <ni>made use of recently introduced pragma 'main'</ni> | ||
7 | <ni>added "browse-through" navigation</ni> | ||
8 | <ni>minor fixes</ni> | ||
9 | </version> | ||
3 | <version version="0.0" date="January 29th, 2005"> | 10 | <version version="0.0" date="January 29th, 2005"> |
4 | <ni>Initial release</ni> | 11 | <ni>Initial release</ni> |
5 | </version> | 12 | </version> |
6 | </news> | 13 | </news> |
diff --git a/configure.ac b/configure.ac index 744fe50..ef66b30 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,49 +1,49 @@ | |||
1 | AC_INIT([sitecing-showcase], [0.0-svn], [sitecing-bugs@klever.net]) | 1 | AC_INIT([sitecing-showcase], [0.0.1], [sitecing-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([htdocs/index.chtml]) | 2 | AC_CONFIG_SRCDIR([htdocs/index.chtml]) |
3 | AC_CONFIG_AUX_DIR([aux]) | 3 | AC_CONFIG_AUX_DIR([aux]) |
4 | AC_CONFIG_HEADER([include/acconfig.h]) | 4 | AC_CONFIG_HEADER([include/acconfig.h]) |
5 | AM_INIT_AUTOMAKE([dist-bzip2]) | 5 | AM_INIT_AUTOMAKE([dist-bzip2]) |
6 | 6 | ||
7 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) | 7 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |
8 | 8 | ||
9 | PKG_CHECK_MODULES([SITECING],[sitecing],,[ | 9 | PKG_CHECK_MODULES([SITECING],[sitecing],,[ |
10 | AC_MSG_ERROR([site-C-ing not found. get it at http://kin.klever.net/sitecing/]) | 10 | AC_MSG_ERROR([site-C-ing not found. get it at http://kin.klever.net/sitecing/]) |
11 | ]) | 11 | ]) |
12 | sitecing_prefix="$(${PKG_CONFIG} --variable=prefix sitecing)" | 12 | sitecing_prefix="$(${PKG_CONFIG} --variable=prefix sitecing)" |
13 | sitecing_bindir="$(${PKG_CONFIG} --variable=bindir sitecing)" | 13 | sitecing_bindir="$(${PKG_CONFIG} --variable=bindir sitecing)" |
14 | AC_MSG_CHECKING([for sitecing-fastcgi binary]) | 14 | AC_MSG_CHECKING([for sitecing-fastcgi binary]) |
15 | sitecing_fastcgi="${sitecing_bindir}/sitecing-fastcgi" | 15 | sitecing_fastcgi="${sitecing_bindir}/sitecing-fastcgi" |
16 | if test -x "${sitecing_fastcgi}" ; then | 16 | if test -x "${sitecing_fastcgi}" ; then |
17 | AC_MSG_RESULT([found ${sitecing_fastcgi}]) | 17 | AC_MSG_RESULT([found ${sitecing_fastcgi}]) |
18 | else | 18 | else |
19 | AC_MSG_RESULT([not found]) | 19 | AC_MSG_RESULT([not found]) |
20 | AC_MSG_ERROR([broken site-C-ing install detected]) | 20 | AC_MSG_ERROR([broken site-C-ing install detected]) |
21 | fi | 21 | fi |
22 | AC_MSG_CHECKING([for sitecing-build binary]) | 22 | AC_MSG_CHECKING([for sitecing-build binary]) |
23 | sitecing_build="${sitecing_bindir}/sitecing-build" | 23 | sitecing_build="${sitecing_bindir}/sitecing-build" |
24 | if test -x "${sitecing_build}" ; then | 24 | if test -x "${sitecing_build}" ; then |
25 | AC_MSG_RESULT([found ${sitecing_build}]) | 25 | AC_MSG_RESULT([found ${sitecing_build}]) |
26 | else | 26 | else |
27 | AC_MSG_RESULT([not found]) | 27 | AC_MSG_RESULT([not found]) |
28 | AC_MSG_ERROR([broken site-C-ing install detected]) | 28 | AC_MSG_ERROR([broken site-C-ing install detected]) |
29 | fi | 29 | fi |
30 | AC_SUBST([sitecing_prefix]) | 30 | AC_SUBST([sitecing_prefix]) |
31 | AC_SUBST([sitecing_bindir]) | 31 | AC_SUBST([sitecing_bindir]) |
32 | AC_SUBST([sitecing_fastcgi]) | 32 | AC_SUBST([sitecing_fastcgi]) |
33 | AC_SUBST([sitecing_build]) | 33 | AC_SUBST([sitecing_build]) |
34 | 34 | ||
35 | config_sitecing="config.sitecing" | 35 | config_sitecing="config.sitecing" |
36 | rm -f "${config_sitecing}" | 36 | rm -f "${config_sitecing}" |
37 | SC_BUILD_CONF([${config_sitecing}],[CPPFLAGS],[${SITECING_CFLAGS}]) | 37 | SC_BUILD_CONF([${config_sitecing}],[CPPFLAGS],[${SITECING_CFLAGS}]) |
38 | SC_BUILD_CONF([${config_sitecing}],[LDFLAGS],[${SITECING_LIBS}]) | 38 | SC_BUILD_CONF([${config_sitecing}],[LDFLAGS],[${SITECING_LIBS}]) |
39 | AC_SUBST_FILE([config_sitecing]) | 39 | AC_SUBST_FILE([config_sitecing]) |
40 | 40 | ||
41 | SC_WEB_ROOT([web_src_root],[web_run_root]) | 41 | SC_WEB_ROOT([web_src_root],[web_run_root]) |
42 | SC_USER([sitecing_user]) | 42 | SC_USER([sitecing_user]) |
43 | 43 | ||
44 | AC_DEFINE_UNQUOTED([WEB_ROOT],["${web_src_root}"],[the site root]) | 44 | AC_DEFINE_UNQUOTED([WEB_ROOT],["${web_src_root}"],[the site root]) |
45 | AC_DEFINE_UNQUOTED([WEB_SRC_ROOT],["${web_src_root}"],[the site root]) | 45 | AC_DEFINE_UNQUOTED([WEB_SRC_ROOT],["${web_src_root}"],[the site root]) |
46 | AC_DEFINE_UNQUOTED([WEB_RUN_ROOT],["${web_run_root}"],[the site root]) | 46 | AC_DEFINE_UNQUOTED([WEB_RUN_ROOT],["${web_run_root}"],[the site root]) |
47 | 47 | ||
48 | v_hostname="$(hostname)" | 48 | v_hostname="$(hostname)" |
49 | AC_MSG_CHECKING([for virtual host name]) | 49 | AC_MSG_CHECKING([for virtual host name]) |