diff options
Diffstat (limited to 'libgloss/xstormy16/configure.ac')
-rw-r--r-- | libgloss/xstormy16/configure.ac | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libgloss/xstormy16/configure.ac b/libgloss/xstormy16/configure.ac index 6763184..b2eb439 100644 --- a/libgloss/xstormy16/configure.ac +++ b/libgloss/xstormy16/configure.ac @@ -5,13 +5,7 @@ AC_INIT(crt0.s) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM -if test "$srcdir" = "." ; then - mdir=`echo "${with_multisubdir}/" \ - | sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'` - AC_CONFIG_AUX_DIR(${mdir}../../..) -else - AC_CONFIG_AUX_DIR(${srcdir}/../..) -fi +AC_CONFIG_AUX_DIR(../..) AC_PROG_INSTALL |