summaryrefslogtreecommitdiffstats
path: root/m4/cond.m4
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-17 01:34:10 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-17 01:34:10 +0200
commita3e566c4d3631076e29f3651554603184b6351a7 (patch)
tree71effee59fd4364174f7a845204f946dbc18ff2a /m4/cond.m4
parentc8d469cc3de8ef2fb95f7b47355ebf5318a4c22f (diff)
downloadmad-a3e566c4d3631076e29f3651554603184b6351a7.tar
mad-a3e566c4d3631076e29f3651554603184b6351a7.zip
Gnulib durch boost ersetzt
Diffstat (limited to 'm4/cond.m4')
-rw-r--r--m4/cond.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/m4/cond.m4 b/m4/cond.m4
deleted file mode 100644
index eefee8e..0000000
--- a/m4/cond.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-# cond.m4 serial 1
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_COND],
-[
- AC_REQUIRE([gl_THREADLIB])
- AC_REQUIRE([AC_C_INLINE])
-])