summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-18 10:41:14 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-18 10:41:14 +0200
commit6185d6e4930342de18d7f44ec3aebd611c53bfba (patch)
tree94e9e814070a70519ca593c325cd8831cbe1abff /configure.ac
parent92acb8a9318c3010ecc4d7bd6cd1aa8460fb191e (diff)
Add init.d script for centos.
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 9180756..0bfcf6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,8 @@ if test x$with_server != xno && test -z "$SERVER"; then
LIBS="$tmp_LIBS"
AC_SUBST(LAME_CFLAGS)
AC_SUBST(LAME_LIBS)
+
+ AC_CONFIG_FILES(etc/miavd)
else
AC_MSG_WARN([*** Building without server support!])
fi