summaryrefslogtreecommitdiff
path: root/buildtools/compare_config_h3.sh
Commit message (Collapse)AuthorAgeFilesLines
* buildtools: use egrep when we need the "-f patternfile" optionBjörn Jacke2012-07-261-2/+2
| | | | | | | Solaris' default grep doesn't know the -f option Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Jul 26 20:49:18 CEST 2012 on sn-devel-104
* build: Add automatic compare of config.h files to recursive waf buildAndrew Bartlett2012-06-011-3/+11
| | | | | | | | | | | | This uses the fact that we have both build systems running at the same time. The krb5 checks are skipped because we typically are comparing internal Heimdal with the system krb5, so they do not make sense. The required checks for krb5 are pretty well understood in any case, as we have a limited set of supported libraries. Andrew Bartlett
* s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF"Michael Adam2011-04-021-3/+5
|
* s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameterMichael Adam2011-04-021-1/+6
|
* waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke2010-12-021-3/+3
| | | | | | | - some Unix shells actually don't like grep ^foo, use grep "^foo" instead. - bash is not installed on every system, please avoid #!/bin/bash and use #!/bin/sh instead
* build: rename s4 compare_config_h.sh helper and add a s3 version of itKai Blin2010-04-061-0/+12