This website works better with JavaScript.
Explore
Help
Sign In
TDE
/
libtdevnc
mirror of
https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc
Watch
0
Star
0
Fork
You've already forked libtdevnc
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9d4cb568b7
r14.1.x
master
r14.1.3
r14.1.2
r14.1.1
r14.1.0
r14.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9d4cb568b7'
${ noResults }
libtdevnc
/
autogen.sh
5 lines
47 B
Raw
Normal View
History
Unescape
Escape
Add back a working autogen.sh There was no reason to get rid of the convenient script. Most developers who are not in love with autoconf fail to remember that autoreconf invocation, therefore it is better to have something working in place. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
10 years ago
#!/bin/sh
autoreconf -fiv
&&
autogen.sh: pass cmdline params to configure call.
10 years ago
./configure
"
$@
"