Kaydet (Commit) 53e6c475 authored tarafından Caolán McNamara's avatar Caolán McNamara

aix stuffs stuff into /opt/freeware/share in defacto default

Change-Id: I2cd8e3498f81b96041c81cdc48ca6277ccbb210d
üst 0b3a7604
......@@ -162,6 +162,7 @@ my $aclocal_flags = $ENV{ACLOCAL_FLAGS};
$aclocal_flags .= " -I $src_path/m4";
$aclocal_flags .= " -I $src_path/m4/mac" if ($system eq 'Darwin');
$aclocal_flags .= " -I /opt/freeware/share/aclocal" if ($system eq 'AIX');
$ENV{AUTOMAKE_EXTRA_FLAGS} = '--warnings=no-portability' if (!($system eq 'Darwin'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment