This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] avoid warning when running configure
- From: Andrew Haley <aph at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Sat, 25 Apr 2009 07:37:32 +0100
- Subject: Re: [patch] avoid warning when running configure
- References: <49F2683B.1010608@ubuntu.com>
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.