]> arthur.barton.de Git - netatalk.git/commit
Fix variable interpolation. $(f) to $$f. Difference between autoconf
authorlancel <lancel>
Wed, 17 Oct 2001 03:22:14 +0000 (03:22 +0000)
committerlancel <lancel>
Wed, 17 Oct 2001 03:22:14 +0000 (03:22 +0000)
commit398fbc5f6ecb0c1dfac2e8e89c0b35860d93ed56
tree4f3c089477503aedab0e5f311e4289c39b407317
parent77def2e9d6648bee852be641a80726317751dee4
Fix variable interpolation. $(f) to $$f. Difference between autoconf
and shell variables. f is initialized in a shell loop in the Makefile,
so it isn't subject to autoconf variable substitutio, as in $().
config/Makefile.am