build: Tell autoconf to use a macro dir

This avoids warnings coming from libtoolize and recent versions of
autoconf.
macos/v1.5.9
Emmanuele Bassi 8 years ago
parent aef80bc9e1
commit de84448e3a
  1. 2
      Makefile.am
  2. 1
      configure.ac

@ -20,6 +20,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include/epoxy src
SUBDIRS += test

@ -27,6 +27,7 @@ AC_INIT([libepoxy],
[libepoxy])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])

Loading…
Cancel
Save