diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-06-05 16:08:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-06-05 16:08:45 +0000 |
commit | 883d4f5062ca14fd52152887aba2cea5d8de4e93 (patch) | |
tree | 45edc6bc81afc764214313adb70862fcf2d87a68 | |
parent | 540e33000b505a13c96d6caef8d1db4650a5b472 (diff) | |
download | tinyproxy-883d4f5062ca14fd52152887aba2cea5d8de4e93.tar.gz tinyproxy-883d4f5062ca14fd52152887aba2cea5d8de4e93.zip |
Misspelled the sysexits.h header in the header test.
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 5a8f474..95cfff3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ -dnl $Id: configure.in,v 1.12 2001-06-05 03:56:52 rjkaes Exp $ +dnl $Id: configure.in,v 1.13 2001-06-05 16:08:45 rjkaes Exp $ AC_INIT() -AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre6) +AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre7) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -67,7 +67,7 @@ stdio.h \ stdlib.h \ string.h \ strings.h \ -sysexists.h \ +sysexits.h \ syslog.h \ time.h \ unistd.h \ |