Hi, i wrote: > > On Solaris "SunOS 5.11 snv_134" i run into difficulties > > make: Fatal error in reader: Makefile, line 979: Badly formed macro > > GIT2CL ?= git2cl
Rocky Bernstein wrote: > There may be a way to tell > automake to include those variable definitions only if GNU make is used. The only usage of GIT2CL in Makefile is commented out. In Makefile.in it is marked by @MAINTAINER_MODE_TRUE@: @MAINTAINER_MODE_TRUE@ git log --pretty --numstat --summary | $(GIT2CL) >$@ In Makefile.am it is not commented out, but inside if MAINTAINER_MODE ... endif So how about you put "if MAINTAINER_MODE" around "GIT2CL ?= git2cl" ? > Likewise, if libcdio is compiled using gcc and GNU glibc, then probably > strndup will be there and you won't have those warnings. Hard to say. My Solaris has gcc as "cc". But libc is probably not GNU. If libcdio trusts in the existence of strndup(3), i wonder why there is a fallback in lib/driver/abs_path.c . Have a nice day :) Thomas
