What is the correct syntax to add CFLAGS and LDFLAGS to “configure”?
I wish to install OpenVPN on OpenBSD 5.5 using OpenVPN source tarball.
I wish to install OpenVPN on OpenBSD 5.5 using OpenVPN source tarball.
I’m trying to install a Debian package from source (via git). I downloaded the
package, changed to the package’s directory and ran ./configure
command but
it returned bash: ./configure: No such file or directory
. What can be the
problem? A configure.ac
file is located in the program folder.