repo.or.cz
/
chocolate-doom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When loading driver, pass the full path to the ioperm.sys file.
[chocolate-doom.git]
/
autogen.sh
blob
851603c6c118e37a8cf3da1cdd0f815637090de3
1
#!/bin/sh
2
3
mkdir autotools
4
5
aclocal
6
autoheader
7
automake
-a -c
8
autoconf
9
automake
10
11
.
/
configure
"$@"
12