From 6185d6e4930342de18d7f44ec3aebd611c53bfba Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 18 Jun 2014 10:41:14 +0200 Subject: Add init.d script for centos. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3