Lines Matching +full:odd +full:- +full:numbered
8 # Release numbering: even numbered dot releases are official ones, and
9 # odd numbers are development ones. The svn version of this file will
10 # only (ONLY!) ever (EVER!) contain odd numbers, so I'll always know if
16 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
18 # Support silent build rules. Requires at least automake-1.11.
19 # Disable with "configure --disable-silent-rules" or "make V=1"
94 [ --disable-gettext Turn off support for gettext],
100 [ --with-gettext=[PFX] Specify location of gettext installation],
112 CFLAGS="$CFLAGS -I${GETTEXT_PREFIX}/include -L${GETTEXT_PREFIX}/lib -Werror -lintl"
126 CFLAGS="$CFLAGS -I${GETTEXT_PREFIX}/include -L${GETTEXT_PREFIX}/lib -Werror -lintl"
141 CFLAGS="$CFLAGS -I${GETTEXT_PREFIX}/include -L${GETTEXT_PREFIX}/lib -Werror -lintl"
154 GETTEXT_CFLAGS="-I${GETTEXT_PREFIX}/include"
155 GETTEXT_LIBS="-L${GETTEXT_PREFIX}/lib -lintl"
166 if test -x ${GETTEXT_PREFIX}/bin/msgfmt ; then
168 elif test -x ${GETTEXT_PREFIX}/local/bin/msgfmt ; then
179 dnl Looking for how to do thread-local variables
181 [ --with-threads=[STYLE] Specify style of thread-local support (none)],
186 AC_MSG_CHECKING([thread-locals are ${THREAD_LOCAL}])
215 THREAD_LOCAL_${THREAD_LOCAL}, [thread-local setting])
235 [`$1 | sed -e 's/lib.* //' | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + …
240 AC_ARG_WITH(libslax-prefix,
241 [ --with-libslax-prefix=[PFX] Specify location of libslax config],
248 SLAX_CONFIG=${LIBSLAX_CONFIG_PREFIX}/bin/slax-config
250 SLAX_CONFIG=slax-config
254 dnl make sure slax-config is executable,
258 if ${SLAX_CONFIG} --libs > /dev/null 2>&1
260 LIBSLAX_VERSION=`$SLAX_CONFIG --version`
261 SLAX_BINDIR="`$SLAX_CONFIG --bindir | head -1`"
262 SLAX_OXTRADOCDIR="`$SLAX_CONFIG --oxtradoc | head -1`"
279 [ --enable-warnings Turn on compiler warnings],
287 [ --enable-debug Turn on debugging],
294 AC_ARG_ENABLE([int-return-codes],
295 [ --enable-int-return-codes Use int return codes (instead of ssize_t)],
300 AC_MSG_CHECKING([whether to build with text-only rendering])
301 AC_ARG_ENABLE([text-only],
302 [ --enable-text-only Turn on text-only rendering],
303 [LIBXO_TEXT_ONLY=yes; AC_DEFINE([LIBXO_TEXT_ONLY], [1], [Enable text-only rendering])],
310 [ --disable-wcwidth Disable local wcwidth implementation],
319 AC_ARG_WITH(retain-size,
320 [ --with-retain-size=[DIR] Specify retain hash bucket size (in bits)],
336 HAVE_GCC=`${CC} --version 2>&1 | grep -i GCC`
349 [ --enable-printflike Enable use of GCC __printflike attribute],
357 AC_ARG_ENABLE([libxo-options],
358 [ --disable-libxo-options Turn off support for LIBXO_OPTIONS],
370 CFLAGS="-D_GNU_SOURCE $CFLAGS"
371 LDFLAGS=-ldl
375 LDFLAGS=-no-undefined
386 XO_LIBS=-lxo
401 AC_ARG_WITH(encoder-dir,
402 [ --with-encoder-dir=[DIR] Specify location of encoder libraries],
408 AC_ARG_WITH(share-dir,
409 [ --with-share-dir=[DIR] Specify location of shared files],
417 RELDATE=`date +'%Y-%m-%d%n'`
422 if test -d $ac_abs_confdir/.git ; then
424 if test "$extra" != "" -a "$extra" != "master"
426 LIBXO_VERSION_EXTRA="-git-$extra"
448 libxo-config
463 doc/top-link.html
486 compiler: ${CC} (${HAVE_GCC:-no})
490 warnings: ${LIBXO_WARNINGS:-no}
491 debug: ${LIBXO_DEBUG:-no}
492 printf-like: ${HAVE_PRINTFLIKE:-no}
493 libxo-options: ${LIBXO_OPTS:-no}
494 text-only: ${LIBXO_TEXT_ONLY:-no}
495 gettext: ${HAVE_GETTEXT:-no} (${GETTEXT_PREFIX})
496 isthreaded: ${HAVE_ISTHREADED:-no}
497 thread-local: ${THREAD_LOCAL:-no}
498 local wcwidth: ${LIBXO_WCWIDTH:-no}
499 retain size: ${XO_RETAIN_SIZE:-no}