diff options
| author | bwarsaw | 2002-03-17 00:52:04 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-17 00:52:04 +0000 |
| commit | 156f72a9aef27623145f7df6bddce9c0b8a3fef5 (patch) | |
| tree | 6acb6664cffc09ef7f01fc79d743c74cec4bb344 | |
| parent | 9678bf3df1a2009bc48daa9c64c4c0a281e4efcc (diff) | |
| download | mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.gz mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.zst mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.zip | |
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.22 +# From configure.in Revision: 2.23 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -470,7 +470,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=src/alias-wrapper.c +ac_unique_file=src/common.h # Find the source files, if location was not specified. if test -z "$srcdir"; then diff --git a/configure.in b/configure.in index 958e5840e..abc4c0b28 100644 --- a/configure.in +++ b/configure.in @@ -15,9 +15,9 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 4938 $) +AC_REVISION($Revision: 4991 $) AC_PREREQ(2.0) -AC_INIT(src/alias-wrapper.c) +AC_INIT(src/common.h) # /usr/local/mailman is the default installation directory |
