[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AC_NO_EXECUTABLES missing newline
From: |
Andreas Schwab |
Subject: |
AC_NO_EXECUTABLES missing newline |
Date: |
11 Jun 2001 16:00:38 +0200 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.103 |
[Note: README talks about address@hidden, but there is no such
alias on fencepost.]
This configure.in fragment demonstrates a missing newline in
AC_NO_EXECUTABLES:
$ cat configure.in
AC_INIT
AC_NO_EXECUTABLES
AC_PROG_CC
$ autoconf
$ grep EXEEXT configure
EXEEXT=echo "$as_me:1182: checking for object suffix" >&5
The text after "EXEEXT=" is coming from _AC_COMPILER_OBJEXT.
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
- AC_NO_EXECUTABLES missing newline,
Andreas Schwab <=