Fix paths; AutoRegen.sh changes its current working directory to be the
[oota-llvm.git] / projects / sample / autoconf / configure.ac
index 37c93a8f51529f9a219e5eb2e57d050f21fdf745..0764806ea9814f1d85bcbb47505e60872be5917c 100644 (file)
@@ -4,8 +4,8 @@ dnl **************************************************************************
 AC_INIT([[[SAMPLE]]],[[[x.xx]]],[bugs@yourdomain])
 
 dnl Identify where LLVM source tree is
-LLVM_SRC_ROOT="../../"
-LLVM_OBJ_ROOT="../../"
+LLVM_SRC_ROOT="../.."
+LLVM_OBJ_ROOT="../.."
 dnl Tell autoconf that the auxilliary files are actually located in
 dnl the LLVM autoconf directory, not here.
 AC_CONFIG_AUX_DIR($LLVM_SRC_ROOT/autoconf)