[systemd-commits] 2 commits - configure.ac .gitignore
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Apr 17 07:04:48 PDT 2012
.gitignore | 1 +
configure.ac | 2 ++
2 files changed, 3 insertions(+)
New commits:
commit acf9b2f154fb443ea5654ea866d90556885b2e4f
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Apr 17 16:04:42 2012 +0200
update .gitignore
diff --git a/.gitignore b/.gitignore
index 08beb9a..ea031c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/build-aux
/test-watchdog
/test-journal-send
/systemd-multi-seat-x
commit a80db8bd5f7f15859e8891aab9fc3694ce4cd0bd
Author: Javier Jardón <jjardon at gnome.org>
Date: Sun Oct 2 23:31:59 2011 +0100
configure.ac: Use a auxiliar directory to store autogenerated files
diff --git a/configure.ac b/configure.ac
index c635a05..2e766a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ AC_INIT([systemd],
AC_CONFIG_SRCDIR([src/core/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_AUX_DIR([build-aux])
+
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_PREFIX_DEFAULT([/usr])
More information about the systemd-commits
mailing list