mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 16:00:10 +01:00
Move Autoconf/Automake droppings into /build-aux/
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
This commit is contained in:
parent
0de568e52b
commit
15e6b4f5b5
4 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
|||
*.rej
|
||||
*.o
|
||||
*~
|
||||
/build-aux/
|
||||
compile
|
||||
config.cache
|
||||
config.log
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ m4_define([dbus_micro_version], [15])
|
|||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ libdbus_testutils_la_LIBADD = \
|
|||
|
||||
TEST_EXTENSIONS = .sh
|
||||
|
||||
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
||||
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
|
||||
LOG_COMPILER = $(srcdir)/glib-tap-test.sh
|
||||
SH_LOG_DRIVER = $(LOG_DRIVER)
|
||||
SH_LOG_COMPILER = $(SHELL)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
|||
|
||||
TEST_EXTENSIONS = .sh
|
||||
|
||||
SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
||||
SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
|
||||
SH_LOG_COMPILER = $(SHELL)
|
||||
|
||||
## note that TESTS has special meaning (stuff to use in make check)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue