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 /sqwebmail/images | |
| parent | 1ce81fa6af52651628a0bffcd8b15fdb459901a5 (diff) | |
| download | courier-libs-83e37efc8ed785cd095eb585ff747e5702ec49b3.tar.bz2 | |
gcc 12, autotool updates, sqwebmail fixes.
Diffstat (limited to 'sqwebmail/images')
| -rw-r--r-- | sqwebmail/images/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sqwebmail/images/configure.ac b/sqwebmail/images/configure.ac index 2fc7c8d..13c6aaa 100644 --- a/sqwebmail/images/configure.ac +++ b/sqwebmail/images/configure.ac @@ -4,7 +4,7 @@ dnl configure.in,v 1.1 2000/05/24 17:08:11 mrsam Exp dnl Copyright 2000-2007 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(sqwebmail-images,0.10, [courier-users@lists.sourceforge.net]) +AC_INIT([sqwebmail-images],[0.10],[courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros @@ -24,4 +24,5 @@ dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. -AC_OUTPUT(Makefile) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |
