about summary refs log tree commit diff
path: root/perl/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03 autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.Niklas Hambüchen1-2/+4
As is normal for autoconf-based projects. For example, it is a common use case to do ./configure CXXFLAGS=-O0 This did not work for nix until now, because the `CXXFLAGS=` declaration would unconditionally erase what the user had specified. The custom `OPTIMIZE` flag is removed, but the default `-O3` is retained; autoconf would default to `-g -O2` by default otherwise as documented on: https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/C-Compiler.html https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/C_002b_002b-Compiler.html
2019-03-25 perl/configure.ac: fix for new version location tooWill Dietz1-1/+1
2017-05-03 perl-bindings: Remove unused --with-store-dir flagEelco Dolstra1-5/+0
2017-04-26 Simplify building nix-perl in nix-shellEelco Dolstra1-1/+1
2017-04-11 Drop WWW::Curl dependencyEelco Dolstra1-12/+1
Somehow this came back after d1da6967b8891763ce04d668027cf300c9bbf0b2.
2017-03-31 Fix perl buildEelco Dolstra1-2/+0
2017-02-07 Add nix-perl package for the perl bindingsShea Levy1-0/+117