param-common-fix-20061120
authorRuss Allbery <rra@stanford.edu>
Mon, 20 Nov 2006 23:50:42 +0000 (23:50 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 20 Nov 2006 23:50:42 +0000 (23:50 +0000)
commit40976a1f88d19c2c12fba6d1c530c02258ff1292
tree0aa28ab4c9cbcbbc5c2c4f837ee942406a0d8453
parent778e2d5f18c1d0c93a073c137bb36e56f64747ef
param-common-fix-20061120

Rather than setting AFS_PARAM_COMMON as part of the sysname guessing code,
guess the sysname first and then sent AFS_PARAM_COMMON in a separate case
statement based on the results.  Otherwise, it isn't set when
--with-afs-sysname is used explicitly, resulting in a broken Linux build.
acinclude.m4