mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
- 'reconf' is removed since we rather have users use 'buildconf'
This commit is contained in:
parent
cf4b88fcc4
commit
9af4cf219e
3
CHANGES
3
CHANGES
@ -6,6 +6,9 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel Stenberg (1 Jan 2009)
|
||||
- 'reconf' is removed since we rather have users use 'buildconf'
|
||||
|
||||
Daniel Stenberg (31 Dec 2008)
|
||||
- Bas Mevissen reported http://curl.haxx.se/bug/view.cgi?id=2479030 pointing
|
||||
out that 'reconf' didn't properly point out the m4 subdirectory when running
|
||||
|
@ -5,7 +5,7 @@
|
||||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2009, 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
|
||||
@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \
|
||||
EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
|
||||
curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat \
|
||||
libcurl.pc.in vc6curl.dsw
|
||||
|
||||
|
15
reconf
15
reconf
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# re autoconf/automake shell script
|
||||
#
|
||||
|
||||
die(){
|
||||
echo "$@" ; exit
|
||||
}
|
||||
|
||||
aclocal -I . -I m4 || die "The command 'aclocal -I . -I m4' failed"
|
||||
autoheader || die "The command 'autoheader' failed"
|
||||
automake || die "The command 'automake' failed"
|
||||
autoconf || die "The command 'autoconf' failed"
|
Loading…
Reference in New Issue
Block a user