summaryrefslogtreecommitdiff
path: root/amiga.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-05 05:55:11 +0000
committerPaul Smith <psmith@gnu.org>1999-03-05 05:55:11 +0000
commit9e6ba6a148aa6e4a6aed496d91bac44323325445 (patch)
treeeafdc0668a04d95c8901d349f545ffdcab0f7138 /amiga.h
parentede263043c9a31110da168ee84a59b1bbb6791c3 (diff)
downloadgunmake-9e6ba6a148aa6e4a6aed496d91bac44323325445.tar.gz
* Update FSF address info in copyright notices.
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
Diffstat (limited to 'amiga.h')
-rw-r--r--amiga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga.h b/amiga.h
index e77d999..99a1c59 100644
--- a/amiga.h
+++ b/amiga.h
@@ -14,7 +14,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Make; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA. */
extern int MyExecute PARAMS ((char ** argv));
extern char * wildcard_expansion PARAMS ((char * wc, char * o));