]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update configure.ac
authorMike Brady <mikebrady@eircom.net>
Sun, 2 Aug 2015 10:38:40 +0000 (12:38 +0200)
committerMike Brady <mikebrady@eircom.net>
Sun, 2 Aug 2015 10:38:40 +0000 (12:38 +0200)
configure.ac

index 11ae3daf42ae5e828c15403219326da6e25a1245..06c1c620fe05a3b1591b3857b048e7fa8df8d5c1 100644 (file)
@@ -62,13 +62,13 @@ AM_CONDITIONAL([USE_PIPE], [test "x$with_pipe" = "xyes" ])
 # Check to see if we should include the System V initscript
 
 AC_ARG_WITH([systemv],
-[  --with-systemv = include a startup script], , )
+[  --with-systemv = install a System V startup script during a make install], , )
 AM_CONDITIONAL([INSTALL_SYSTEMV], [test "x$with_systemv" = "xyes"])
 
 # Check to see if we should include the systemd stuff to define it as a service
 
 AC_ARG_WITH([systemd],
-[  --with-systemd = include a systemd service], , )
+[  --with-systemd = install a systemd service description file during a make install], , )
 AM_CONDITIONAL([INSTALL_SYSTEMD], [test "x$with_systemd" = "xyes"])
 
 # Add the libconfig package
@@ -81,7 +81,7 @@ else
 fi
 
 AC_ARG_WITH([configfiles],
-[  --with-configfiles = include configuration files in installation ], ,[with_configfiles=yes])
+[  --with-configfiles = install configuration files during a make install ], ,[with_configfiles=yes])
 AM_CONDITIONAL([INSTALL_CONFIG_FILES], [test "x$with_configfiles" = "xyes"])