summaryrefslogtreecommitdiff
path: root/lib/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make autogen.sh actually work -- were missing ltmain.sh.Linus Nordberg2011-02-151-2/+3
| | | | | | Add Automake/Libtool files to biuld-aux and set AC_CONFIG_AUX_DIR. Use LT_INIT rather than deprecated AC_PROG_LIBTOOL.
* Generate tests/Makefile.linus2011-01-211-1/+2
|
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-111-12/+10
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-3/+14
| | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work.
* Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX."Linus Nordberg2010-10-161-1/+1
| | | | | | | That was wrong -- 2.65 is _not_ known to not work on OSX. (2.61 is known to not work on OSX but we don't care.) This reverts commit d726d4a61e0516b18df5903088e58d015c7cd1b8.
* Require Autoconf 2.68 since 2.65 doesn't work on OSX.Linus Nordberg2010-10-161-1/+1
| | | | | | | | | With 2.65 on OSX, libradsec isn't linked correctly with libfreeradius-radius and libevent-core. The effect is that a program linking with -lradsec need to add the other two libraries on the link line as well. Whether 2.66 or 2.67 works on OSX is unknown.
* Fail at configure time rather than build time when missing a library.Linus Nordberg2010-10-091-3/+6
|
* More info to README and HACKING.Linus Nordberg2010-10-051-1/+1
|
* Autotoolize.Linus Nordberg2010-10-051-0/+35