OSDN Git Service

Make <winber.h> header effectively self-contained.
[mingw/mingw-org-wsl.git] / configure.ac
index bdf0a4a..d16cee0 100644 (file)
@@ -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 <keithmarshall@users.sourceforge.net>
-# 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
 #
   AC_PREREQ([2.64])
   AC_INIT([MinGW System Libraries],[__VERSION__],[__BUG_REPORT_URL__],[wsl])
+  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])