diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-08-21 00:01:21 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-08-21 00:01:21 +0000 |
commit | 5c02ea03e1226ed706abeede426f0e1727f1ea25 (patch) | |
tree | 491f833ec749e2500b4ddc618896c9ae50b6ce09 /gr-howto-write-a-block/INSTALL | |
parent | bb084b53d9f5d1dcf3c4ac2c5605352a2df6551f (diff) |
Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.
Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality and
to add the FOO_CPPFLAGS variable for those times when you want only
the -I, -D and -U flags from FOO_CFLAGS.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9362 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-howto-write-a-block/INSTALL')
-rw-r--r-- | gr-howto-write-a-block/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/INSTALL b/gr-howto-write-a-block/INSTALL index 5458714e1e..d3c5b40a94 100644 --- a/gr-howto-write-a-block/INSTALL +++ b/gr-howto-write-a-block/INSTALL @@ -2,7 +2,7 @@ Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006 Free Software Foundation, Inc. +2006, 2007 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -67,6 +67,9 @@ The simplest way to compile this package is: all sorts of other programs in order to regenerate files that came with the distribution. + 6. Often, you can also type `make uninstall' to remove the installed + files again. + Compilers and Options ===================== |