diff options
| author | Sam Varshavchik | 2022-05-22 23:52:28 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2022-05-22 23:52:31 -0400 | 
| commit | 83e37efc8ed785cd095eb585ff747e5702ec49b3 (patch) | |
| tree | 15aed6da6214e9a03d91be1754cd351175349945 /random128 | |
| parent | 1ce81fa6af52651628a0bffcd8b15fdb459901a5 (diff) | |
| download | courier-libs-83e37efc8ed785cd095eb585ff747e5702ec49b3.tar.bz2 | |
gcc 12, autotool updates, sqwebmail fixes.
Diffstat (limited to 'random128')
| -rw-r--r-- | random128/configure.ac | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/random128/configure.ac b/random128/configure.ac index 8d833d4..27e658b 100644 --- a/random128/configure.ac +++ b/random128/configure.ac @@ -3,7 +3,7 @@ dnl  dnl Copyright 1998 - 2002 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(random128, 0.10, [courier-users@lists.sourceforge.net]) +AC_INIT([random128],[0.10],[courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros @@ -19,10 +19,9 @@ AC_USE_SYSTEM_EXTENSIONS  AC_PROG_INSTALL  AC_PROG_LN_S  AC_PROG_CC -AC_PROG_CC_C99  AC_PATH_PROGS(PS, ps, ps, $LPATH)  AC_PATH_PROGS(W, w, w, $LPATH) -AC_PROG_LIBTOOL +LT_INIT  if test "$PS" = "ps"  then @@ -99,4 +98,5 @@ then  	AC_DEFINE_UNQUOTED(W, "$w", [ The W program ])  fi -AC_OUTPUT(Makefile) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT | 
