debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
67 stars 22 forks source link

Where did configure go? #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

It seems that all the configure scripts are gone?

debrouxl commented 10 years ago

Indeed, but that was intentional :) Many other FLOSS projects do it, so as to reduce churn in the tree when the autotools are updated, and also cope with distros using patched autotools. I have updated http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh to the latest version, so that autoreconf is run before the configure it generates.

Thanks for the report :)

ghost commented 10 years ago

Ah, that makes sense :+1: