This raises another question, perhaps a little offtopic for this
list, that I have been wondering about. I have written a small tool for
writing postgresql queries (operative word: "small"). I have a makefile,
which is built using the assumption that wxwidgets and libpqxx is
already available on the system.
What's the easiest way for me to construct a portable, and familiar,
build system which is portable to any Unix:ish system which can build my
application as long as wxWidgets and libpqxx are available? I did try to
look into autoconf a while back, but it was way to time consuming to
learn at that point. I guess I could give it a new try -- but before I
do, is there a better/simpler option?
I would like to write something which is pkgsrc friendly (as in "no
patching required").