diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
commit | 68dc1b1a461792897e7be1cafb97b1f80e6aa304 (patch) | |
tree | d5525b607833135a1eb0777a0cdbed6f0f34fdaa /bootstrap-configure | |
parent | a16c5df68407649eb2c190ab71ab0a0be25209e6 (diff) | |
download | bluez-68dc1b1a461792897e7be1cafb97b1f80e6aa304.tar.gz |
Make it possible to disable installation of manual pages
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 0b608ce6e..60f61813f 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -19,6 +19,7 @@ fi --enable-input \ --enable-audio \ --enable-echo \ + --disable-manpages \ --disable-configfiles \ --disable-initscripts \ --disable-pcmciarules \ |