[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gettext patch for the alpha



-----BEGIN PGP SIGNED MESSAGE-----

Hello.

Christopher has sent me the attached patch for compiling gettext in the
alpha architecture.

However, I'm in doubt about patching a GNU program. Normally one expects
the configure script to be "clever enough" about detecting features
that the machine has or has not, but in this case it seems it fails.

Both Christopher and I believe that this is likely to be an autoconf bug.
Is there somebody who has a way to fix this problem in a different way?

[ Please, Cc: me in any replies since I'm not subscribe to this list ].

Thanks.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNYf8KCqK7IlOjMLFAQH2WwP/TPUFm7fHt7HpeNI+9FagyHfYu7oC/bjN
tWHr0JLZ7pB/NhzJZsWeGTf51pW72p9AAiNr3mM53J5yxAl6eC9LGh2Mggti9AMa
mQ8NsDPzVCRdovXtBn+B4MRcygnvefHi1QzMZwnvJYhlUUZA4F0HOw0D3nftN81g
sKz4BMGxBgQ=
=cVlj
-----END PGP SIGNATURE-----
diff -ruN gettext-0.10.35/lib/getline.h gettext.new/lib/getline.h
--- gettext-0.10.35/lib/getline.h	Tue Oct 29 11:57:00 1996
+++ gettext.new/lib/getline.h	Tue Jun  2 19:46:06 1998
@@ -27,10 +27,12 @@
 #  endif
 # endif
 
+#if !defined(__alpha)
 int
 getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
 
 int
 getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
+#endif /* __alpha */
 
 #endif /* not GETLINE_H_ */

Reply to: