diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-25 15:54:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-25 15:54:06 +0000 |
commit | d5ba03094244cc1bc592fab58e0e3db2c99a31a2 (patch) | |
tree | 7b0687e085700981b922e876f62909f53389a512 /configure.in | |
parent | 803f43592afa476fb91d347e1dbbf67ac9086c5d (diff) |
use init and copyright to get a better header in the generated script
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 94262d122..ec3dac746 100644 --- a/configure.in +++ b/configure.in @@ -5,8 +5,14 @@ dnl Ensure that this file is processed with autoconf 2.50 or newer dnl Don't even think about removing this check! AC_PREREQ(2.50) -dnl First some basic init macros -AC_INIT +dnl We don't know the version number "staticly" so we use a dash here +AC_INIT(curl, [-], [curl-bug@haxx.se]) + +dnl configure script copyright +AC_COPYRIGHT([Copyright (c) 1998 - 2003 Daniel Stenberg, <daniel@haxx.se> +This configure script may be copied, distributed and modified under the +terms of the curl license; see COPYING for more details]) + AC_CONFIG_SRCDIR([lib/urldata.h]) AM_CONFIG_HEADER(lib/config.h src/config.h tests/server/config.h lib/ca-bundle.h) AM_MAINTAINER_MODE |