aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-22 17:53:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-22 17:53:50 +0000
commit0bad72ab8a3ccc80eab77dad4b727840674153a3 (patch)
treefd88c11dbdc8e393c2f39a2f6adcd650e7dd5393 /configure.ac
parent97cb49f1c40856804ccac5925459187b4d3724bb (diff)
downloadellinika-0bad72ab8a3ccc80eab77dad4b727840674153a3.tar.gz
ellinika-0bad72ab8a3ccc80eab77dad4b727840674153a3.tar.bz2
Re-do element alignment in a cleaner way.
* style.css (h1,h2,h3,h4): Align to center. (td.top-link,td.prev-link,td.next-link): New selectors for bottom menu. (table.align-center): New selector. (table.frame,table.noframe): Remove margins and display settings. * xml/uk/ellinika.xml: Add copyright year. * xml/ru/ellinika.xml: Likewise. * xml/pl/ellinika.xml: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@543 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 13 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 2563fff..c74af0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-AC_PREREQ(2.63)
+AC_PREREQ(2.61)
AC_REVISION($Revision$)
AC_INIT(ellinika, 1.2, [gray@gnu.org.ua])
@@ -77,12 +77,22 @@ AC_ARG_ENABLE(cgi,
*) AC_MSG_ERROR([unknown argument to --enable-cgi])
esac])
+AC_ARG_VAR([BASE_HREF],
+ [Set default <base href>])
+AC_ARG_VAR([TARGET_DIR],
+ [(Deprecated) Set target subdirectory (under prefix)])
+
AC_SUBST(SCRIPT_SUFFIX)
AC_SUBST(SCRIPT_DIR)
AC_SUBST(CGIDIR)
+
if test $APACHE_IFACE = "CGI"; then
SCRIPT_SUFFIX=cgi
- SCRIPT_DIR=cgi-bin
+ if test -n "$TARGET_DIR"; then
+ SCRIPT_DIR=cgi-bin
+ else
+ SCRIPT_DIR=/cgi-bin
+ fi
CGIDIR='$(prefix)/cgi-bin'
else
SCRIPT_SUFFIX=scm
@@ -92,12 +102,9 @@ fi
AC_ARG_WITH(cgi-bin,
AC_HELP_STRING([--with-cgi-bin=DIR],
- [install CGI programs in DIR [[PREFIX/cgi-bin]]]),
+ [install CGI programs in DIR [[PREFIX/cgi-bin]]]),
[CGIDIR=$withval])
-AC_SUBST(BASE_HREF)
-AC_SUBST(TARGET_DIR)
-
dnl Check for Emacs site-lisp directory
AM_PATH_LISPDIR
if test "$EMACS" != "no"; then

Return to:

Send suggestions and report system problems to the System administrator.