configure.ac (0d16e2e7) configure.ac (eda86b37)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 921 unchanged lines hidden (view full) ---

930 arm-target = 6 : exact armv6 compatibility
931 arm-target > 6 : armv7-a compatibility
932
933 Usage: --with-arm-target=7
934],with_arm_target=$withval,with_arm_target=4)
935AC_ARG_WITH(macosx-target,
936[ --macosx-target The minimal macOS/OSX deployment and build target
937
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 921 unchanged lines hidden (view full) ---

930 arm-target = 6 : exact armv6 compatibility
931 arm-target > 6 : armv7-a compatibility
932
933 Usage: --with-arm-target=7
934],with_arm_target=$withval,with_arm_target=4)
935AC_ARG_WITH(macosx-target,
936[ --macosx-target The minimal macOS/OSX deployment and build target
937
938 Usage: --macosx-target=10.7
938 Usage: --with-macosx-target=10.7
939],with_macosx_target=$withval,with_macosx_target=10.7)
940AC_ARG_WITH(rat-scan,
941[ --with-rat-scan Scan source code for license headers.
942 Use as --with-rat-scan to automatically download pre-built Rat binaries.
943 Alternatively use as --with-rat-scan=<path-to-rat-direcetory> to use
944 a separately installed library.
945],with_rat_scan=$withval,)
946

--- 6393 unchanged lines hidden ---
939],with_macosx_target=$withval,with_macosx_target=10.7)
940AC_ARG_WITH(rat-scan,
941[ --with-rat-scan Scan source code for license headers.
942 Use as --with-rat-scan to automatically download pre-built Rat binaries.
943 Alternatively use as --with-rat-scan=<path-to-rat-direcetory> to use
944 a separately installed library.
945],with_rat_scan=$withval,)
946

--- 6393 unchanged lines hidden ---