1 dnl Copyright (C) 2009 Nick Bowler
2 dnl Copying and distribution of this file, with or without modification,
3 dnl are permitted in any medium without royalty provided the copyright
4 dnl notice and this notice are preserved. This file is offered as-is,
5 dnl without any warranty.
8 AC_INIT([libcstd],[0.1],[nbowler@draconx.ca])
9 AC_CONFIG_SRCDIR([src/string/memset.c])
10 AC_CONFIG_MACRO_DIR([m4])
12 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects color-tests])
13 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
21 AM_CONDITIONAL([WCHAR_SUPPORT], [test x$cstd_cv_wchar_t_uchar = xyes])