@b4n commented on this pull request.


>  
 AC_CONFIG_SRCDIR([po/POTFILES.in])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([build/cache])
+AC_CONFIG_AUX_DIR([build/aux])

Fair enough, but don't use `aux` as a directory name, it can [break under 
Windows](https://www.gnu.org/software/autoconf/manual/autoconf-2.60/autoconf.html#File-System-Conventions):

> * Invalid names (lfn)
>   *   Some DOS file names are reserved, and cause problems if you try to use 
> files with those names. These names include `CON`, `AUX`, `COM1`, `COM2`, 
> `COM3`, `COM4`, `LPT1`, `LPT2`, `LPT3`, `NUL`, and `PRN`. File names are case 
> insensitive, so even names like `aux/config.guess` are disallowed. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1434#discussion_r2106150897
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1434/review/[email protected]>

Reply via email to