summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKarel Zak2009-05-21 15:52:24 +0200
committerKarel Zak2009-05-22 10:06:16 +0200
commit3ac22f7a17cb1040e3ca962a805ded3ef812dd28 (patch)
tree28c703190a3e2385bc03b4f0c417bd6780e2ecaf /.gitignore
parentbuild-sys: enable fsck by default (diff)
downloadkernel-qcow2-util-linux-3ac22f7a17cb1040e3ca962a805ded3ef812dd28.tar.gz
kernel-qcow2-util-linux-3ac22f7a17cb1040e3ca962a805ded3ef812dd28.tar.xz
kernel-qcow2-util-linux-3ac22f7a17cb1040e3ca962a805ded3ef812dd28.zip
build-sys: add --disable-tls
* add AX_TLS autoconf macro * add --disabletls option * cleanup gen_uuid.c code to remove gcc warnings when compiled without TLS macro. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5ab0d1d1e..9f6d8b85f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,6 @@ libtool
!m4/ltsugar.m4
!m4/ltversion.m4
!m4/lt~obsolete.m4
+
+# libuuid depends on AX_TLS macro
+!m4/tls.m4