Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d8be5c6d
Commit
d8be5c6d
authored
Dec 09, 2000
by
Niels Möller
Browse files
* misc/bootstrap.sh: Use set -e. Bootstrap in the src/argp
subdirectory. Rev: misc/bootstrap.sh:1.3
parent
3e92462f
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/bootstrap.sh
View file @
d8be5c6d
#! /bin/sh
set
-e
bash make_am
aclocal
autoheader
autoconf
(
cd
src/argp
&&
aclocal
)
(
cd
src/argp
&&
autoconf
)
(
cd
src/argp
&&
autoheader
)
automake
-a
./configure
(
cd
src
&&
for
f
in
*
.h
*
.c
;
do
make
$f
.x
;
done
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment