X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fconfigure.com;h=92f52259bfe555037471269b69bd45714ab63c74;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=f199163feda473518fee2ceb0f8df973103d1391;hpb=d34089166b3e7b60151752997db33c3f28016349;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/configure.com b/binutils/configure.com index f199163fed..92f52259bf 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -3,6 +3,22 @@ $! This file configures binutils for use with openVMS/Alpha $! We do not use the configure script, since we do not have /bin/sh $! to execute it. $! +$! Copyright (C) 2012-2020 Free Software Foundation, Inc. +$! +$! This file is free software; you can redistribute it and/or modify +$! it under the terms of the GNU General Public License as published by +$! the Free Software Foundation; either version 3 of the License, or +$! (at your option) any later version. +$! +$! This program is distributed in the hope that it will be useful, +$! but WITHOUT ANY WARRANTY; without even the implied warranty of +$! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +$! GNU General Public License for more details. +$! +$! You should have received a copy of the GNU General Public License +$! along with this program; see the file COPYING3. If not see +$! . +$! $! Written by Klaus K"ampf (kkaempf@rmi.de) $! $ arch=F$GETSYI("ARCH_NAME") @@ -37,11 +53,32 @@ $ create config.h #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 + /* Alloca. */ #ifdef __DECC #include #define C_alloca(x) __ALLOCA(x) #endif +/* Name of package */ +#define PACKAGE "binutils" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "" $! $! Add TARGET. $!