summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-08-18 11:19:25 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-08-18 11:21:30 -0400
commit0afb9be6aa326f69ecb3756f06aaaf1cb8150713 (patch)
treec00206edff6ef11c7b159a26b965cd1bf7e4b593 /configure
parente5f0f3eebef7b483d5cc8b37023d6e0256776d94 (diff)
downloade2fsprogs-0afb9be6aa326f69ecb3756f06aaaf1cb8150713.tar.gz
Drop subset tarball and replace it with "configure --enable-subset"
There's no point creating two separate tarfiles. It's not clear anyone was actually using the subset tarball --- and if they are, they can replace it by the full source distribution and using the --enable-subset option. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure b/configure
index a18b6314..b9ce7b9f 100755
--- a/configure
+++ b/configure
@@ -741,6 +741,7 @@ DEFRAG_CMT
RESIZER_CMT
IMAGER_CMT
DEBUGFS_CMT
+ALL_CMT
BLKID_CMT
DEPPROFILED_LIBBLKID
PROFILED_LIBBLKID
@@ -868,6 +869,7 @@ enable_blkid_debug
enable_testio_debug
enable_libuuid
enable_libblkid
+enable_subset
enable_backtrace
enable_debugfs
enable_imager
@@ -1542,6 +1544,7 @@ Optional Features:
--disable-testio-debug disable the use of the test I/O manager for debugging
--enable-libuuid build and use private uuid library
--enable-libblkid build and use private blkid library
+ --enable-subset enable subset-only build
--disable-backtrace disable use backtrace
--disable-debugfs disable support of debugfs program
--disable-imager disable support of e2image program
@@ -5640,6 +5643,22 @@ fi
+ALL_CMT=
+# Check whether --enable-subset was given.
+if test "${enable_subset+set}" = set; then :
+ enableval=$enable_subset; if test "$enableval" = "no"
+then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling subset-only build" >&5
+$as_echo "Disabling subset-only build" >&6; }
+else
+ ALL_CMT=#
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling subset-only-build" >&5
+$as_echo "Enabling subset-only-build" >&6; }
+fi
+
+fi
+
+
# Check whether --enable-backtrace was given.
if test "${enable_backtrace+set}" = set; then :