summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 6f997124f794..67d462c4cf93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -144,11 +144,8 @@ $ENV{PWD} = $cwd_str;
my $aclocal_flags = $ENV{ACLOCAL_FLAGS};
-if ($aclocal_flags eq "")
-{
- $aclocal_flags = "-I ./m4";
- $aclocal_flags .= " -I ./m4/mac" if ($system eq 'Darwin');
-}
+$aclocal_flags .= " -I ./m4";
+$aclocal_flags .= " -I ./m4/mac" if ($system eq 'Darwin');
$ENV{AUTOMAKE_EXTRA_FLAGS} = '--warnings=no-portability' if (!($system eq 'Darwin'));