~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Eric Day
  • Date: 2011-01-25 20:51:51 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: eday@oddments.org-20110125205151-rlam04duepoczo9v
Moved common into kernel, other related cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
AC_DEFINE_UNQUOTED([SCALESTACK_MODULE_EXT], ["$acl_cv_shlibext"],
63
63
                   [Extension to use for modules.])
64
64
 
65
 
AC_CONFIG_FILES(Makefile scalestack/common/macros.h docs/header.html)
 
65
AC_CONFIG_FILES(Makefile scalestack/kernel/macros.h docs/header.html)
66
66
 
67
67
AC_OUTPUT
68
68