fix installation with ./ginstall in src
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Sep 2008 20:32:08 +0000 (22:32 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 22 Sep 2008 20:42:20 +0000 (22:42 +0200)
commitbeaee48f269f6e7a38be8dfb032e6e88c0a4bf5f
treea1216c57aa6cd239b52e4221df7349c84f5a6664
parent2643b4b77dbc5504e1b95b4abebccdf874638dc1
fix installation with ./ginstall in src

* src/Makefile.am (cu_install_program): New variable, set to
either ./ginstall or @INSTALL_PROGRAM@ (for cross compilation).
(INSTALL_PROGRAM): Override AC_SUBST unconditionally, to avoid
warning, and wrong initialization order.
src/Makefile.am