repo.or.cz
/
reinteract
/
rox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handling specifying a non-existing file on the command line
[reinteract/rox.git]
/
autogen.sh
blob
6f856fb93e782452ff50f1f5f6860e2bd3066a50
1
#!/bin/sh
2
3
(
cd
$
(
dirname
$0
);
4
touch
ChangeLog NEWS
&&
5
autoreconf
--install --symlink
&&
6
autoreconf
&&
7
.
/
configure
--enable-maintainer-mode
$@
8
)