Remove := in Makefiles for portability.

autoconf 1.10 complains about adding AM_PROC_CC_C_O - pander to it.
This commit is contained in:
rocky
2007-10-15 04:53:59 +00:00
parent eb8a5388ad
commit 40c531fed9
10 changed files with 45 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.42 2006/04/04 00:20:13 rocky Exp $
# $Id: Makefile.am,v 1.43 2007/10/15 04:53:59 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006
# Rocky Bernstein <rocky@panix.com>
@@ -19,12 +19,12 @@
# 02110-1301 USA.
#
GETOPT_C := getopt.c getopt1.c
GETOPT_C = getopt.c getopt1.c
EXTRA_DIST := cd-drive.help2man cd-info.help2man cd-read.help2man \
EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h
noinst_HEADERS := cddb.h getopt.h util.h
noinst_HEADERS = cddb.h getopt.h util.h
####################################################
# Things to make the utility/diagnostic programs

View File

@@ -1,6 +1,6 @@
# $Id: Makefile.am,v 1.22 2006/03/17 19:36:54 rocky Exp $
# $Id: Makefile.am,v 1.23 2007/10/15 04:54:00 rocky Exp $
#
# Copyright (C) 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
# Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein <rocky@gnu.org>
# Copyright (C) 1998 Monty xiphmont@mit.edu
#
# This program is free software; you can redistribute it and/or modify
@@ -24,9 +24,9 @@ transform = s,cd-paranoia,@CDPARANOIA_NAME@,
if BUILD_CD_PARANOIA
SUBDIRS := doc
SUBDIRS = doc
GETOPT_C:=getopt1.c getopt.c
GETOPT_C = getopt1.c getopt.c
EXTRA_DIST = usage.txt.in usage-copy.h pod2c.pl \
doc/FAQ.txt doc/overlapdef.txt $(GETOPT_C) getopt.h
@@ -43,7 +43,7 @@ cd_paranoia_LDADD = $(LIBCDIO_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIB
cd_paranoia_DEPENDENCIES = $(LIBCDIO_DEPS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS)
bin_PROGRAMS := cd-paranoia
bin_PROGRAMS = cd-paranoia
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)