bug-automake
[Top][All Lists]
Advanced

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

bug#28002: automake prog_error when appending to configure.ac a colon-se


From: Hans-Bernhard Bröker
Subject: bug#28002: automake prog_error when appending to configure.ac a colon-separated list of input files
Date: Tue, 8 Aug 2017 01:19:39 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Am 07.08.2017 um 10:10 schrieb Ghulam, Sean (Nokia - FI/Espoo):

AC_CONFIG_FILES([ >   Makefile>   src/Makefile:append/append.mk> ])
Your bug report might be more convincing if you hadn't got that syntax wrong. Compare your example with the documentation example you found, and particularly note where the []s and are:

AC_CONFIG_FILES([Makefile:boiler/top.mk:boiler/bot.mk]
[lib/Makefile:boiler/lib.mk])

Wouldn't you agree that your example should have been

AC_CONFIG_FILES(
  [Makefile]
  [src/Makefile:append/append.mk]
)

?





reply via email to

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