summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup configure.in using modern autoconf syntax and remove unused tests.Diego Elio Pettenò2010-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Don't use libtool as we're not building any shared library. Make sure that arguments are properly indented and documented in ./configure --help, avoid abusing conditional expansions. Check for pthread using AC_SEARCH_LIBS so that it can be easily extended. Drop header checks (likely coming from autoscan) given that the code never tests for HAVE_*_H. Delete the config.h.in template that is part of the autogenerated files, and INSTALL that is auto-added by automake (it's not customized). Define RPCBIND_STATEDIR and RPCUSER directly in Makefile.am as it's done for the other defines. Drop the config.h support since it's not really useful at this point. Avoid defining VERSION twice. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* Replaced bootstrap with autogen.shSteve Dickson2008-02-071-0/+42
Signed-off-by: Steve Dickson <steved@redhat.com>