What package is configure in?
Posted: Sun Jan 29, 2023 10:06 pm
I installed devx , but configure isn't included?
Tx
David
Discussion, talk and tips
https://forum.puppylinux.com/
I installed devx , but configure isn't included?
Tx
David
This section is supposed to be for 'how-to's , as in instructions, not for questions. But anyway, 'configure' is not a utility, it's a script that may or may not be provided by a particular source package .
If it is rofi you are having problems with (noticed the other post about it), then if you have downloaded the zip file, then run 'autoreconf -i' which will generate a configure script. Either that or download this: https://github.com/davatorium/rofi/releases/tag/1.7.5 which has the configure script.
Fantastic, Thanks so much.