* configure.ac: Catch missing PKG_* macros.
* Makefile.am (ACLOCAL_AMFLAGS): New.
Put macro files in build-aux.
---
Makefile.am | 1 +
configure.ac | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index b4fcf0c..26a37ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@
## The complete GNU General Public Licence Notice can be found as the
## `NOTICE' file in the root directory.
+ACLOCAL_AMFLAGS = -I build-aux
SUBDIRS = src tests man
EXTRA_DIST = bootstrap NOTICE
diff --git a/configure.ac b/configure.ac
index 94eeb9f..41a89fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,8 @@
## The complete GNU General Public Licence Notice can be found as the
## `NOTICE' file in the root directory.
+m4_pattern_forbid([^PKG_])
+
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.6a])
--
1.7.10.4
Show replies by date