@@ -459,6 +459,28 @@ if test "$enable_largefile" != no; then
459
459
fi
460
460
AC_SUBST ( LFS_CPPFLAGS )
461
461
462
+ #
463
+ # ARCH specific include directory
464
+ #
465
+ AC_ARG_WITH ( [ includedir-arch] ,
466
+ [ AC_HELP_STRING ([ --includedir-arch=DIR] ,
467
+ [ ARCH specific include directory] )] ,
468
+ [ includedir_arch=$withval] ,
469
+ [ includedir_arch=$INCLUDE_DIR] )
470
+
471
+ AC_DEFINE_UNQUOTED ( INCLUDEDIR_ARCH ,"$includedir_arch" ,[ ARCH specific include directory] )
472
+
473
+ #
474
+ # ARCH specific configuration directory
475
+ #
476
+ AC_ARG_WITH ( [ configdir-arch] ,
477
+ [ AC_HELP_STRING ([ --configdir-arch=DIR] ,
478
+ [ ARCH specific config directory] )] ,
479
+ [ configdir_arch=$withval] ,
480
+ [ configdir_arch="${LIB_DIR}/${PACKAGE_NAME}-${PACKAGE_VERSION}"] )
481
+
482
+ AC_DEFINE_UNQUOTED ( CONFIGDIR_ARCH ,"$configdir_arch" ,[ ARCH specific config directory] )
483
+
462
484
#
463
485
# Configure libtool & libltdl
464
486
#
@@ -2720,7 +2742,7 @@ dnl ===========================================================================
2720
2742
#
2721
2743
# Set Windows font directory.
2722
2744
#
2723
- AC_ARG_WITH ( windows-font-dir ,
2745
+ AC_ARG_WITH ( [ windows-font-dir] ,
2724
2746
[ AC_HELP_STRING ([ --with-windows-font-dir=DIR] ,
2725
2747
[ directory containing MS-Windows fonts] )] ,
2726
2748
[ with_windows_font_dir=$withval] ,
0 commit comments