diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:22:09 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:22:09 +0000 |
commit | 0f6f9669aeaf735220bd1e9005f61fd8ab5529ae (patch) | |
tree | 32162bbe67a30747e8a85c819a53972279ec77d2 | |
parent | e24a5fcf1427b2f934b1f220c05b5c6663fbfefe (diff) | |
download | tinyproxy-0f6f9669aeaf735220bd1e9005f61fd8ab5529ae.tar.gz tinyproxy-0f6f9669aeaf735220bd1e9005f61fd8ab5529ae.zip |
Updated the version information and added the TARGET_SYSTEM define.
-rw-r--r-- | configure.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.in b/configure.in index d7fbc0a..37a9b8f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.15 2001-06-24 18:12:37 rjkaes Exp $ +dnl $Id: configure.in,v 1.16 2001-08-26 21:22:09 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -15,11 +15,12 @@ dnl dnl Read the Autoconf manual for details. AC_INIT() -AM_INIT_AUTOMAKE(tinyproxy,1.4.0) -AM_CONFIG_HEADER(config.h) -AC_CANONICAL_HOST -AC_CANONICAL_TARGET +AC_CANONICAL_SYSTEM +AC_DEFINE_UNQUOTED(TARGET_SYSTEM, "$target") + +AM_INIT_AUTOMAKE(tinyproxy,1.4.1) +AM_CONFIG_HEADER(config.h) dnl dnl Command line options |