summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-06 21:55:33 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-06 21:55:33 -0400
commitfc40cbe071d8952a5de324d3cfd34ecd63ae4bac (patch)
tree6174d29e6053645ffefc93bdfc36741fdcf44923 /configure.ac
parent3ec33056a3acddb65f54a86dd5b9ea632159592d (diff)
autoconf fixup
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a4ffebea06..4e6f37f528 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,6 @@ AC_PROG_INSTALL
AC_PROG_MKDIR_P
AC_PROG_LEX
AC_PROG_LN_S
-AC_PROG_RANLIB
AC_PROG_SED
AC_PROG_YACC
@@ -1516,7 +1515,17 @@ AC_CONFIG_FILES([
po/Makefile.in
])
-AC_OUTPUT
+AC_OUTPUT([], [], [
+if test "$srcdir" != .; then
+ {
+ find "$srcdir" -name Makefile -printf '%P\n'
+ find "$srcdir" -name subdir.mk -printf '%P\n'
+ } | while read -r filename; do
+ mkdir -p "\$(dirname "\$filename")"
+ ln -srfT "$srcdir/\$filename" "\$filename"
+ done
+fi
+])
AC_MSG_RESULT([
$PACKAGE_NAME $VERSION