repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
bind
/
dist
/
contrib
/
query-loc-0.4.0
/
reconf
blob
6ae5efc681526f30bb4e313d95a2d0d99ce09054
1
#!/bin/sh
2
3
# Id: reconf,v 1.1 2008/02/15 01:47:15 marka Exp
4
5
autoreconf
6
# We do not use automake but we need its install-sh file. We do not
7
# care about the exit code.
8
automake
--add-missing
|| true