Changed libgeda's configure mechanism to be similar to gschem's configure.ac.in
commit1a1cbb29f5d1ff118fb91235463e57a48ba81054
authorAles Hvezda <ahvezda@seul.org>
Tue, 1 Jan 2008 19:29:27 +0000 (1 14:29 -0500)
committerAles Hvezda <ahvezda@seul.org>
Tue, 1 Jan 2008 19:30:16 +0000 (1 14:30 -0500)
tree07bd7c0647932a75f662a70ee5d93ac3dff1f31e
parent5f3cde4f20975275cb38b52cd3155fda41201209
Changed libgeda's configure mechanism to be similar to gschem's configure.ac.in

In order to allow a wide range of gettext versions to be used, gschem has
a configure hack that dynamically figures out the gettext version and creates
configure.ac from configure.ac.in.  This hack is now in libgeda with the
additional improvement that if configure.ac.in changes, configure.ac and
configure are automatically recreated.  Added a special mode to autogen.sh
(recreate_configure_only) to support this improvement.
libgeda/Makefile.am
libgeda/autogen.sh
libgeda/configure.ac.in [moved from libgeda/configure.ac with 99% similarity]