Remove redundant variable declarations from Makefile.am.
authorBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:56:29 +0000 (13:56 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:56:29 +0000 (13:56 -0700)
commitde4aea89b1be178afe94494f738fa83f15f272cb
treec36b1b9cb0010d6ab932b0a44559c9032c130aeb
parenta0d343bfea40507c4575320fea70aacbbf09799d
Remove redundant variable declarations from Makefile.am.

Autoconf's AC_SUBST ensures that Automake will declare the corresponding
Makefile variables, so there is no need to declare them ourselves.
Makefile.am