preserve m4 warning
This commit is contained in:
parent
4e6b136fe0
commit
398da16b47
4 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,8 @@ SUBDIRS = src tools data doc examples
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh bootstrap libdbus-c++.spec libdbus-c++.spec.in
|
EXTRA_DIST = autogen.sh bootstrap libdbus-c++.spec libdbus-c++.spec.in
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = dbus-c++-1.pc
|
pkgconfig_DATA = dbus-c++-1.pc
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ fi
|
||||||
echo "Running libtoolize..."
|
echo "Running libtoolize..."
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
|
|
||||||
aclocalinclude="$ACLOCAL_FLAGS -I config"
|
aclocalinclude="$ACLOCAL_FLAGS -I m4"
|
||||||
echo "Running aclocal $aclocalinclude ..."
|
echo "Running aclocal $aclocalinclude ..."
|
||||||
aclocal $aclocalinclude
|
aclocal $aclocalinclude
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ AC_INIT([libdbus-c++], 0.5.0, [shackan@gmail.com])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||||
AM_CONFIG_HEADER([config.h])
|
AM_CONFIG_HEADER([config.h])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue