Mercurial > sdl-ios-xcode
diff acinclude.m4 @ 723:1e8865a3e127
Files now copied to build directory instead of source directory while configuring
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 24 Sep 2003 21:45:27 +0000 |
parents | cf2af46e9e2a |
children | dac996d69abb |
line wrap: on
line diff
--- a/acinclude.m4 Sun Sep 21 19:25:45 2003 +0000 +++ b/acinclude.m4 Wed Sep 24 21:45:27 2003 +0000 @@ -4,9 +4,13 @@ dnl LINK_ARCH_SRC(source_dir, arch, source_file) AC_DEFUN(COPY_ARCH_SRC, [ - echo "Copying $1/$2/$3 -> $1/$3" old="$srcdir/$1/$2/$3" - new="$srcdir/$1/$3" + new="$1/$3" + if test ! -d $1; then + echo "Creating directory $1" + mkdir -p $1 + fi + echo "Copying $old -> $new" cat >$new <<__EOF__ /* WARNING: This file was automatically generated! * Original: $old