X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=d16cee0cf3de7d313fc25a2fc6a00efbed4a5798;hb=7abd9fa6fe01daba7e91b0d15d9224c9addd711a;hp=193b7c9335b4987f3001699eef0f0c7b70fff7ee;hpb=6b76992bb8114f56302bd6e58db0b8eec71722d6;p=mingw%2Fmingw-org-wsl.git diff --git a/configure.ac b/configure.ac index 193b7c9..d16cee0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # configure.ac -*- Autoconf -*- vim: filetype=config # # Process this file with autoconf, to create a configure script for -# the composite MinGW.org Runtime Library and Win32-API packages. +# the composite MinGW.OSDN Runtime Library and Win32-API packages. # # $Id$ # # Written by Keith Marshall -# Copyright (C) 2016, MinGW.org Project +# Copyright (C) 2016, 2019, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a @@ -30,10 +30,11 @@ # AC_PREREQ([2.64]) AC_INIT([MinGW System Libraries],[__VERSION__],[__BUG_REPORT_URL__],[wsl]) - AC_CONFIG_AUX_DIR([mingwrt]) + AC_PREFIX_DEFAULT([/mingw]) AC_PROG_MKDIR_P AC_PATH_PROG([LN],[ln],[ln]) + AC_PATH_PROG([LUA],[lua]) AC_CONFIG_SUBDIRS([mingwrt w32api]) AC_CONFIG_FILES([Makefile])