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
848 B
24 lines
848 B
Index: bootstrap |
|
--- bootstrap.orig 2020-10-28 16:46:14.000000000 +0100 |
|
+++ bootstrap 2025-07-26 23:39:51.259740000 +0200 |
|
@@ -8,7 +8,7 @@ |
|
autoheader |
|
#add --include-deps if you want to bootstrap with any other compiler than gcc |
|
#automake --add-missing --copy --include-deps |
|
-automake-1.9 --add-missing --force --copy |
|
+automake --add-missing --force --copy |
|
#autoconf2.50 |
|
autoconf |
|
rm -f config.cache |
|
Index: Makefile.am |
|
--- Makefile.am.orig 2020-10-28 16:46:14.000000000 +0100 |
|
+++ Makefile.am 2025-07-26 23:40:59.266227000 +0200 |
|
@@ -10,7 +10,7 @@ |
|
# test (for libJudy). |
|
#SUBDIRS = src tool doc test make_includes |
|
#SUBDIRS = src/JudyCommon src/JudyL src/Judy1 src/JudySL src/JudyHS src/obj |
|
-SUBDIRS = src tool doc test |
|
+SUBDIRS = src tool |
|
|
|
# These files will be included in our tarballs, even though automake knows |
|
# nothing else about them.
|
|
|