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.ac:add PACKAGE_URL and AC_SYS_LARGEFILE #106

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

The change at the top will add PACKAGE_URL to include/config.h (when it's generated after running ./configure). It will also put that URL in a few other spots, which will be seen after autoreconf -ivf is run.

The second change I think is all that's needed now to test for large file support. It will change the option for big/large file (shown when ./configure --help is used)

solbu commented 6 years ago

Hi Andy. Good to see you around. I haven't been working to much on this project as I could not figure out how to disable the tests to run automatically. That got me discouraged, so I focused on my other projects.