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 /configure | |
| parent | 9678bf3df1a2009bc48daa9c64c4c0a281e4efcc (diff) | |
| download | mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.gz mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.zst mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.zip | |
Heh, src/alias-wrapper.c is gone now and configure depended on it, so
that broke it! Use src/common.h now.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 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 |
