Rework configure system to use multiple repo types.
modified configure.ac
@@ -229,13 +229,40 @@ AC_SUBST([TESTS])
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -246,6 +273,8 @@ AC_CONFIG_FILES(Makefile \
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/Makefile.am
@@ -54,6 +54,7 @@ libpkg_la_LIBADD= $(top_builddir)/external/libucl.la \
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,7 +74,8 @@ libpkg_static_la_CFLAGS= $(pkg_common_cflags) -static
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -87,3 +89,5 @@ noinst_HEADERS= private/db_upgrades.h \
|
|
|
|
|
|
| + | |
| + | |
|
added libpkg/repo/Makefile.am
@@ -0,0 +1 @@
| + | |
|