diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-23 15:59:11 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:34 +0200 |
commit | d0f50e797d7de6cf5febbee619ec0ea29cd560a1 (patch) | |
tree | 495a801d433eb0c90725ed31560cf89338d623fd /gnulib-local/modules | |
parent | 3331744ae506cbf35536fbf600f901811f0b6d54 (diff) | |
download | external_gettext-d0f50e797d7de6cf5febbee619ec0ea29cd560a1.zip external_gettext-d0f50e797d7de6cf5febbee619ec0ea29cd560a1.tar.gz external_gettext-d0f50e797d7de6cf5febbee619ec0ea29cd560a1.tar.bz2 |
Test for CC=c++ at configure-time, so that we don't confuse a fully C++
build with a mixed C/C++ build.
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r-- | gnulib-local/modules/moo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnulib-local/modules/moo b/gnulib-local/modules/moo index 714d387..4c2628b 100644 --- a/gnulib-local/modules/moo +++ b/gnulib-local/modules/moo @@ -4,11 +4,12 @@ Minimal object-oriented programming style. Files: build-aux/moopp lib/moo.h +m4/moo.m4 Depends-on: configure.ac: -AC_REQUIRE([AC_C_INLINE]) +gl_MOO Makefile.am: MOOPPFLAGS = |