bug-automake
[Top][All Lists]
Advanced

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

$(EXEEXT) not being applied in conditional compilation?


From: Jeff Bailey
Subject: $(EXEEXT) not being applied in conditional compilation?
Date: Tue, 12 Feb 2002 19:17:49 -0800
User-agent: Mutt/1.2.5i

For this, I'm refering to the instructions provided at:

http://www.gnu.org/manual/automake/html_chapter/automake_9.html#SEC27

It's the "Linking the Program" section of "Building Programs and
Libraries".

I'm trying to prep for a release of GNU Inetutils, and I want to make
sure that we compile for i386-pc-cygwin.

We have this construct (in just about every directory):

bin_PROGRAMS = @BUILD_TELNET@

EXTRA_PROGRAMS = telnet

telnet_SOURCES = authenc.c commands.c main.c network.c ring.c sys_bsd.c \
        telnet.c terminal.c tn3270.c utilities.c

Right now we design @BUILD_TELNET@ to be "telnet", but it appears to
need to be telnet$(exeext) - Should this section mention that, or is
our configure code triggering a bug?

Tks,
Jeff Bailey

-- 
I want to go live with the guy who came up with the phrase "Free like
beer"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]