automake >= 1.5? does not allow to use += if the variable is not defined yet => use...
authorJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 13:15:19 +0000 (13:15 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 13:15:19 +0000 (13:15 +0000)
commit872dc047a9a0f765543ff5eb5ab1fc529cc74992
treeb4b355c02d4948f29c37cf4f50ec07393db2c184
parentdbc9f1c33f77f6de59f3c2e99562236e2ab6a1d6
automake >= 1.5? does not allow to use += if the variable is not defined yet => use = in this examples: find -name codegen.make|xargs sed -i 's, += , = ,'
examples-codegen/example1/codegen.make
examples-codegen/example2/codegen.make