~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to m4/pandora_extensions.m4

  • Committer: Eric Day
  • Date: 2010-02-21 10:36:03 UTC
  • Revision ID: eday@oddments.org-20100221103603-u0agc1fsduqhl728
Initial commit with build system and basic module loading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
 
3
dnl gives unlimited permission to copy and/or distribute it,
 
4
dnl with or without modifications, as long as this notice is preserved.
 
5
 
 
6
AC_DEFUN([PANDORA_EXTENSIONS],[
 
7
 
 
8
  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
 
9
    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
 
10
    [AC_REQUIRE([AC_GNU_SOURCE])])
 
11
 
 
12
])
 
13
 
 
14
AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS],[
 
15
  AC_REQUIRE([PANDORA_EXTENSIONS])
 
16
])