aboutsummaryrefslogblamecommitdiffstats
path: root/lib/common_test/configure.in
blob: b2e6ad997a27c80eda3969156fbb9597aab79650 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                
AC_INIT()

AC_CONFIG_AUX_DIR(priv/auxdir)

if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
    AC_CANONICAL_HOST
else
    host_os=win32
fi

TARGET=$host
AC_SUBST(TARGET)

AC_OUTPUT(priv/$host/Makefile:priv/Makefile.in)