This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
grab newer versions of gnu config scripts
OPENBSD_5_9
Brent Cook
8 years ago
parent
52a1b53757
commit
5b637000b3
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
autogen.sh
+ 3
- 0
autogen.sh
View File
@ -5,3 +5,6 @@ set -e
mkdir -p m4
rm -fr autom4te.cache
autoreconf -i
chmod -R u+w .
curl
'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
> config.guess
curl
'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
> config.sub
Write
Preview
Loading…
Cancel
Save