solbu / hldig

hl://Dig is a fork of ht://Dig, a web indexing and searching system for a small domain or intranet
https://solbu.github.io/hldig/
Other
18 stars 21 forks source link

configure has similar options for bigfile, and neither is the default #120

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

When I made this change:

https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/configure.ac#L366

in https://github.com/solbu/hldig/commit/7e86c6ef05ca12826d7f8c9f1c1da8b9d75e3708

I didn't expect to wind up with 2 similar options for configure

andy@oceanus:~/src/hldig$ ./configure --help | grep bigfile
  --enable-bigfile        enable Linux, AIX, HP/UX, Solaris big files.
andy@oceanus:~/src/hldig$ ./configure --help | grep largefile
  --disable-largefile     omit support for large files

I think there is some "leftover" code that can be removed. https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/db/acinclude.m4#L369-L373

What we want to wind up with is just --disable-largefile