Fix typo in variable test.
[mmh] / configure.ac
2012-02-10 Ken HornsteinFix typo in variable test.
2012-02-06 Ken HornsteinStill more autoconf cleanup (quoting & more use of...
2012-02-06 Ken HornsteinMore configure cleanup to modern constructs.
2012-02-05 Ken HornsteinAutoconf cleanup to suggested practice (AS_IF & AC_MSG_...
2012-02-05 David LevineExit with error message if no library could be found...
2012-02-03 Ken HornsteinMove the eval statements inside of AC_CONFIG_COMMANDS_P...
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-26 David LevineUpdated config test to add -Wextra to be consistent...
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from our use of aclocal.m4 to a subdirectory...
2012-01-17 Ken HornsteinChange the name of AC_CHECK_NETLIBS, since it's not...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-17 David LevineAdded EXEEXT support, for Cygwin.
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-14 David LevineAdded -Wextra with gcc, if supported.
2012-01-13 David LevineAdded -Wunused-macros with gcc, if supported. Added...
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinClean up time handling; always assume we have tzset...
2012-01-09 Ken HornsteinGarbage collect autoconf support for checking for the...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...