[Github-comments] [geany/geany] Simple question with ./autogen.sh Beginner (#2406)

Nick notifications at xxxxx
Fri Dec 6 08:09:07 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191206/34a0fd16/attachment.html>


More information about the Github-comments mailing list