Updated the version information and added the TARGET_SYSTEM define.
This commit is contained in:
parent
e24a5fcf14
commit
0f6f9669ae
11
configure.in
11
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 Devlopers, please strive to achieve this order:
|
||||||
dnl
|
dnl
|
||||||
@ -15,11 +15,12 @@ dnl
|
|||||||
dnl Read the Autoconf manual for details.
|
dnl Read the Autoconf manual for details.
|
||||||
|
|
||||||
AC_INIT()
|
AC_INIT()
|
||||||
AM_INIT_AUTOMAKE(tinyproxy,1.4.0)
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_SYSTEM
|
||||||
AC_CANONICAL_TARGET
|
AC_DEFINE_UNQUOTED(TARGET_SYSTEM, "$target")
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE(tinyproxy,1.4.1)
|
||||||
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Command line options
|
dnl Command line options
|
||||||
|
Loading…
Reference in New Issue
Block a user