3 AC_CONFIG_HEADERS(config.h)
6 AM_INIT_AUTOMAKE([openbox], [2.90.0cvs])
8 test "$prefix" = "NONE" && prefix="$ac_default_prefix"
10 AC_PATH_PROG([regex_cmd], [sed])
11 test "$regex_cmd" || AC_MSG_ERROR([sed not found])
14 # Determine build target
16 # Pick compiler specific/build target flags
20 LIBTOOL="$LIBTOOL --silent"
24 AM_GNU_GETTEXT_VERSION(0.11.5)
25 AM_GNU_GETTEXT([external])
29 AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h stdlib.h string.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h)
36 # Check for X11 extensions
41 AC_CONFIG_FILES([Makefile po/Makefile.in
56 AC_MSG_RESULT([$PACKAGE version $VERSION configured successfully.])
59 if test "$DEBUG" = "yes"; then
60 AC_MSG_RESULT([Creating a DEBUG build.])
62 AC_MSG_RESULT([Creating a RELEASE build.])
64 AC_MSG_RESULT([Using '$prefix' for installation.])
65 AC_MSG_RESULT([Using '$CXX' for C++ compiler.])
66 AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.])
67 AC_MSG_RESULT([Building with '$LIBS' for linker flags.])
69 AC_MSG_RESULT([configure complete, now type \"make\"])