You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
658 B
24 lines
658 B
Index: Makefile.am |
|
--- Makefile.am.orig 2014-12-14 11:55:31.000000000 +0100 |
|
+++ Makefile.am 2014-12-14 12:26:52.385969612 +0100 |
|
@@ -1,10 +1,6 @@ |
|
-SUBDIRS=build man src test tools scripts packaging lib shim |
|
+SUBDIRS=build man src tools scripts packaging lib shim |
|
ACLOCAL_AMFLAGS += -I build/m4 |
|
|
|
-if UNITTESTS |
|
-SUBDIRS += unittests |
|
-endif |
|
- |
|
if BUILD_DOCS |
|
SUBDIRS += docs |
|
endif |
|
Index: autogen.sh |
|
--- autogen.sh.orig 2014-12-14 11:55:31.000000000 +0100 |
|
+++ autogen.sh 2014-12-14 12:24:22.854966755 +0100 |
|
@@ -96,4 +96,4 @@ |
|
} > reautogen.sh |
|
chmod +x reautogen.sh |
|
|
|
-run ./configure --enable-maintainer-mode $@ |
|
+# run ./configure --enable-maintainer-mode $@
|
|
|