diff options
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index b8555c8..68c8e4a 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -118,6 +118,13 @@ case ${debugdir} in ;; esac +AC_ARG_WITH(relocated-sources, +AC_HELP_STRING([--with-relocated-sources=PATH], [Automatically relocate this path for source files]), +[reloc_srcdir="${withval}" + AC_DEFINE_DIR(RELOC_SRCDIR, reloc_srcdir, + [Relocated directory for source files. ]) +]) + AC_CONFIG_SUBDIRS(doc testsuite) # Check whether to support alternative target configurations |