This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] avoid warning when running configure


Matthias Klose wrote:
> when building with srcdir != builddir, the configure prints a warning:
> 
> mkdir: cannot create directory `gnu/java/security/jce/prng': No such file or
> directory
> 
> the build succeeds, apparently AC_CONFIG_LINKS now handles creating the missing
> dirs. The patch just creates the directories as done for the other directories
> in the lines before to avoid the error in the script. No rework to use any of
> the A*_MKDIR_P macros.
> 
> Ok for the trunk and the branch?

OK, thanks.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]