mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 10:30:43 +02:00
Use m4/ macro directory
Keep the relevant m4 macros in-tree.
This commit is contained in:
parent
afaf110d56
commit
fb386ceee4
2 changed files with 4 additions and 1 deletions
|
|
@ -34,3 +34,4 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = NetworkManager.pc
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ AC_INIT(NetworkManager, 0.7.995, dcbw@redhat.com, NetworkManager)
|
|||
AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
dnl
|
||||
dnl Require programs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue