dnl Warning: This is an automatically generated file, do not edit! dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT([Mono.Design], [0.1]) AM_INIT_AUTOMAKE([foreign]) dnl pkg-config AC_PATH_PROG(PKG_CONFIG, pkg-config, no) if test "x$PKG_CONFIG" = "xno"; then AC_MSG_ERROR([You need to install pkg-config]) fi AC_PROG_INSTALL AC_PATH_PROG(MCS, mcs, no) if test "x$MCS" = "xno"; then AC_MSG_ERROR([mcs Not found]) fi AC_PATH_PROG(GMCS, gmcs, no) if test "x$GMCS" = "xno"; then AC_MSG_ERROR([gmcs Not found]) fi AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [Use 'Debug' Configuration [default=YES]]), enable_debug=yes, enable_debug=no) AM_CONDITIONAL(ENABLE_DEBUG, test x$enable_debug = xyes) if test "x$enable_debug" = "xyes" ; then MONO_DESIGN_DEBUG_LIB='Mono.Design.dll' AC_SUBST(MONO_DESIGN_DEBUG_LIB) DEBUG_CONFIG_LIBRARIES=' ${pkglibdir}/Mono.Design.dll' DEBUG_CONFIG_LIBS=' -r:${pkglibdir}/Mono.Design.dll' AC_SUBST(DEBUG_CONFIG_LIBRARIES) AC_SUBST(DEBUG_CONFIG_LIBS) CONFIG_REQUESTED="yes" fi AC_ARG_ENABLE(release, AC_HELP_STRING([--enable-release], [Use 'Release' Configuration [default=NO]]), enable_release=yes, enable_release=no) AM_CONDITIONAL(ENABLE_RELEASE, test x$enable_release = xyes) if test "x$enable_release" = "xyes" ; then MONO_DESIGN_RELEASE_LIB='Mono.Design.dll' AC_SUBST(MONO_DESIGN_RELEASE_LIB) RELEASE_CONFIG_LIBRARIES=' ${pkglibdir}/Mono.Design.dll' RELEASE_CONFIG_LIBS=' -r:${pkglibdir}/Mono.Design.dll' AC_SUBST(RELEASE_CONFIG_LIBRARIES) AC_SUBST(RELEASE_CONFIG_LIBS) CONFIG_REQUESTED="yes" fi if test -z "$CONFIG_REQUESTED" ; then MONO_DESIGN_DEBUG_LIB='Mono.Design.dll' AC_SUBST(MONO_DESIGN_DEBUG_LIB) DEBUG_CONFIG_LIBRARIES=' ${pkglibdir}/Mono.Design.dll' DEBUG_CONFIG_LIBS=' -r:${pkglibdir}/Mono.Design.dll' AC_SUBST(DEBUG_CONFIG_LIBRARIES) AC_SUBST(DEBUG_CONFIG_LIBS) AM_CONDITIONAL(ENABLE_DEBUG, true) fi AC_CONFIG_FILES([ ./mwf-bugs/mwf-bugs ./mwf-bugs/Makefile ./Makefile ./Mono.Design/Makefile ./mwf-designer/Makefile ./mwf-designer/mwf-designer ]) AC_OUTPUT