]> git.alsa-project.org Git - alsa-utils.git/commit
fix handling of po/Makefile.in
authorClemens Ladisch <clemens@ladisch.de>
Fri, 19 Aug 2005 07:54:52 +0000 (07:54 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 19 Aug 2005 07:54:52 +0000 (07:54 +0000)
commit83b58028a66e9879ee7f35094bf623d644fbe73b
treeefc58049044b4c2b1072b52b8fbfa4ad0389ec8c
parent895352ba315962bfe31dcd5c1828c34d4fdee655
fix handling of po/Makefile.in

gettextize 0.14.1 adds po/Makefile.in to the first line of AC_OUPUT.
The duplicate in the next line then upsets autoheader.

This patch removes the potentially duplicate "po/Makefile.in" so that
it's safe for gettextize to add it again.
configure.in