summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-10 03:33:18 +0200
committerThomas Haller <thaller@redhat.com>2016-01-07 17:41:53 +0100
commit39fc73eed9a2f63638f8736b3f9f9d4e816207db (patch)
tree66151e1078cfbc01eaee20dcddcbed9612aac9a4 /configure.ac
parent3b35bf0ad7419c73e2c5b7aa16aa8037566a0e4b (diff)
downloadNetworkManager-39fc73eed9a2f63638f8736b3f9f9d4e816207db.tar.gz
build: use symlinks for nmtui
Make /usr/bin/nmtui-* symbolic links to /usr/bin/nmtui. https://bugzilla.gnome.org/show_bug.cgi?id=759824
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 63f2db1aa0..5f21fa1c44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,6 +33,8 @@ AM_PROG_CC_C_O
# C++ only required if --enable-qt=yes
AC_PROG_CXX
+AC_PROG_LN_S
+
dnl Initialize libtool
LT_PREREQ([2.2])
LT_INIT([disable-static])