Added checks at the autogen.sh stage for missing m4 macros
commit9aca06cdb70c3fc9595beb82713eedd90a7e1d16
authorAles Hvezda <ahvezda@seul.org>
Fri, 4 Jan 2008 17:57:58 +0000 (4 12:57 -0500)
committerAles Hvezda <ahvezda@seul.org>
Fri, 4 Jan 2008 17:58:06 +0000 (4 12:58 -0500)
tree7a84716350592c27ac80e59afa6cb50f3606c2a8
parent72581a91da08c9d69593c24756144fc18940992e
Added checks at the autogen.sh stage for missing m4 macros

This commit adds a autoconf friendly m4 macro to check for undefined
macros (originally written by Peter Brett).  This macro is used in
configure.ac.in to check for a few troublesome macros (guile, nls,
gettext, intltool) that are usually missing because a required -dev
package is not installed/missing.
gschem/autogen.sh
libgeda/acinclude.m4 [new file with mode: 0644]
libgeda/autogen.sh
libgeda/configure.ac.in