summaryrefslogtreecommitdiff
path: root/projects/sample/autoconf/m4/config_makefile.m4
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-05-05 15:02:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-05-05 15:02:39 +0000
commit0017180e70edb1461e06a4aeafd95d760a539e69 (patch)
treeb8be401ce3bc5277ced4dd2df9a0b809f4ef745a /projects/sample/autoconf/m4/config_makefile.m4
parent59957500f94965f2ac69048f682ea983e96646c7 (diff)
downloadllvm-0017180e70edb1461e06a4aeafd95d760a539e69.tar.gz
llvm-0017180e70edb1461e06a4aeafd95d760a539e69.tar.bz2
llvm-0017180e70edb1461e06a4aeafd95d760a539e69.tar.xz
Update all outdated autoconf files in the sample project.
We might just use symlinks here, but I'm afraid of possible portability issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/autoconf/m4/config_makefile.m4')
-rw-r--r--projects/sample/autoconf/m4/config_makefile.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/sample/autoconf/m4/config_makefile.m4 b/projects/sample/autoconf/m4/config_makefile.m4
index d9bfcb8528..b1eaffdcd8 100644
--- a/projects/sample/autoconf/m4/config_makefile.m4
+++ b/projects/sample/autoconf/m4/config_makefile.m4
@@ -4,6 +4,6 @@
#
AC_DEFUN([AC_CONFIG_MAKEFILE],
[AC_CONFIG_COMMANDS($1,
- [${srcdir}/autoconf/mkinstalldirs `dirname $1`
- ${SHELL} ${srcdir}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
+ [${llvm_src}/autoconf/mkinstalldirs `dirname $1`
+ ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
])