X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=7b35e6f43b07f3eae984544384cd3bf76b82577b;hb=f4f60e722ef5f6878d2072e7c865d9949b142f87;hp=bdf0a4aaacf95418e2f81c9a5acc1664817684c6;hpb=72b00095f9eb8196e3136a9bb1214e0052e05af8;p=mingw%2Fmingw-org-wsl.git diff --git a/configure.ac b/configure.ac index bdf0a4a..7b35e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # $Id$ # # Written by Keith Marshall -# Copyright (C) 2016, MinGW.org Project +# Copyright (C) 2016, 2019, MinGW.org Project # # # Permission is hereby granted, free of charge, to any person obtaining a @@ -30,9 +30,11 @@ # 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])