diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 11:31:45 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:28 -0500 |
commit | 687b7b562a45d40ed578f195196fe2fa3eeea706 (patch) | |
tree | 5468f44c5eefdfb20fcfae3cb055e08bc4e16047 | |
parent | 1a04daea8752c4af3d43fa09905b2b26de85c868 (diff) | |
download | perk-687b7b562a45d40ed578f195196fe2fa3eeea706.tar.bz2 perk-687b7b562a45d40ed578f195196fe2fa3eeea706.tar.xz |
build system: configure: remove early development comments.
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,9 +1,4 @@ #!/bin/sh -# we are no longer lazy. - -# this script respects both CFLAGS and CFLAGS_CMDLINE, -# as well as both LDFLAGS and LDFLAGS_CMDLINE, however -# the latter variable of each pair should be preferred. set -eu |