bug-automake
[Top][All Lists]
Advanced

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

automake 1.6 can't handle '+' in file names


From: Philipp Thomas
Subject: automake 1.6 can't handle '+' in file names
Date: Tue, 9 Apr 2002 12:12:56 +0200
User-agent: Mutt/1.3.16i

Automake 1.6 seems to get confused when file names contain plus signs.

Given this Makefile.am:

------------------------------------------------
# Makefile for libscpm++ branch

lib_LTLIBRARIES = libscpm++.la
libscpm++_la_SOURCES = libscpm++.cc
libscpm++_LDADD = ../libmain.la ../libmodules.la
libscpm++_la_LDFLAGS = -version-info 6:2:6

------------------------------------------------

automake generates this (excerpt):

----------------------------------------------
lib_LTLIBRARIES = libscpm++.la
subdir = src/libscpm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(lib_LTLIBRARIES)

libscpm___la_LDFLAGS =
libscpm___la_LIBADD =
libscpm___la_SOURCES = libscpm++.la.c
libscpm___la_OBJECTS = libscpm++.la.lo
----------------------------------------------

As I think that I wrote Makefile.am correctly, this looks like a bug in
automake.

Philipp

PS: Please CC me, as I'm not subscribed to bug-automake

-- 
Philipp Thomas <address@hidden>
SuSE Linux AG, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany



reply via email to

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