I understand that depending on Source I need to run autogen
**Doubt:** In my slackbuild I don't use ./configure
And now I'm worried if I need after running autogen also run ./configure
Although everything seems to work, I would like to know if I am doing it the right way!
I'm doing it below
```
SLKCFLAGS="-O2 -fPIC"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib64 \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--build=$ARCH-slackware-linux
```
Any help or tip I am grateful!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2406
This is just a little feature request...
When switching between git branches, files come and go from existence. It's annoying to have to do a manual refresh for "Find file" to continue working.
What if "Find file" asked me if I wanted to do a refresh if it gets zero results, and then it would re-run the find file op for me.
Saves some thinking and clicks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/935