Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
9af4cf21
Commit
9af4cf21
authored
16 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
- 'reconf' is removed since we rather have users use 'buildconf'
parent
cf4b88fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+3
-0
3 additions, 0 deletions
CHANGES
Makefile.am
+2
-2
2 additions, 2 deletions
Makefile.am
reconf
+0
-15
0 additions, 15 deletions
reconf
with
5 additions
and
17 deletions
CHANGES
+
3
−
0
View file @
9af4cf21
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
2
−
2
View file @
9af4cf21
...
...
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 200
8
, Daniel Stenberg, <daniel@haxx.se>, et al.
# Copyright (C) 1998 - 200
9
, 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
...
...
This diff is collapsed.
Click to expand it.
reconf
deleted
100755 → 0
+
0
−
15
View file @
cf4b88fc
#!/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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment