diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-20 07:59:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-20 07:59:45 +0000 |
commit | c7e9e60b05b0c3f2f09570cb3089faf58ea51d49 (patch) | |
tree | 7699c8a0d5dad9a227b7b1b8d925e4cb03e67912 /configure.ac | |
parent | 47f2e1da73a1fcd0ae3411d8bae795cfc1d811b7 (diff) | |
download | curl-c7e9e60b05b0c3f2f09570cb3089faf58ea51d49.tar.gz |
fixed the AIX packagescurl-7_15_3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b69a90820..b255c4d88 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -1954,6 +1954,8 @@ AC_CONFIG_FILES([Makefile \ packages/EPM/curl.list \ packages/EPM/Makefile \ packages/vms/Makefile \ + packages/AIX/Makefile \ + packages/AIX/RPM/Makefile \ curl-config \ libcurl.pc ]) |