diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-03 08:53:10 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-03 09:13:09 -0800 |
commit | 6d25197ffc623d113274a8c79a2fa4fa4244f10f (patch) | |
tree | 613008cd75cc88d686d0d97ec09566e4eebfc838 /gr-howto-write-a-block/config/gr_standalone.m4 | |
parent | 099dad679e232cb0f2b3ed61e085837310e69c92 (diff) |
howto: implement dynamic versioning
Diffstat (limited to 'gr-howto-write-a-block/config/gr_standalone.m4')
-rw-r--r-- | gr-howto-write-a-block/config/gr_standalone.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-howto-write-a-block/config/gr_standalone.m4 b/gr-howto-write-a-block/config/gr_standalone.m4 index 2f8851676d..593583e2dd 100644 --- a/gr-howto-write-a-block/config/gr_standalone.m4 +++ b/gr-howto-write-a-block/config/gr_standalone.m4 @@ -31,12 +31,6 @@ m4_define([GR_STANDALONE], AC_CONFIG_SRCDIR([config/gr_standalone.m4]) AM_CONFIG_HEADER(config.h) - AC_CANONICAL_BUILD - AC_CANONICAL_HOST - AC_CANONICAL_TARGET - - AM_INIT_AUTOMAKE - dnl Remember if the user explicity set CXXFLAGS if test -n "${CXXFLAGS}"; then user_set_cxxflags=yes |