X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=a141ad6822592851260635639996daec5315f1a1;hb=3a1fef3f4a83e7f2d8bcff2f692ff07053001f6d;hp=5d24fd45c55f06947d5d19f87f2c0a08ea849f9c;hpb=7005f3d52cce3992c42b8c1b10744c8e020e5086;p=catta diff --git a/configure.ac b/configure.ac index 5d24fd4..a141ad6 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,8 @@ else case $with_distro in debian) ;; + gentoo) + ;; *) echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)" exit 1 @@ -233,25 +235,26 @@ avahi-discover/Makefile avahi-client/Makefile initscript/Makefile initscript/Debian/Makefile -initscript/Debian/15avahi +initscript/Debian/75avahi +initscript/Gentoo/Makefile +initscript/Gentoo/avahi +avahi-dnsconfd/Makefile ]) AC_OUTPUT dnl ========================================================================== echo " - $PACKAGE_NAME $VERSION - ============ - - prefix: ${prefix} - sysconfdir: ${sysconfdir} - dbus-1 system.d dir: ${DBUS_SYS_DIR} - dbus-1 version: `pkg-config dbus-1 --modversion` - compiler: ${CC} - cflags: ${CFLAGS} - Linux Distro: ${with_distro} - User for Avahi: ${AVAHI_USER} - Group for Avahi: ${AVAHI_GROUP} + ---{ $PACKAGE_NAME $VERSION }--- + + prefix: ${prefix} + sysconfdir: ${sysconfdir} + dbus-1 system.d dir: ${DBUS_SYS_DIR} + dbus-1 version: `pkg-config dbus-1 --modversion` + compiler: ${CC} + cflags: ${CFLAGS} + Linux Distro: ${with_distro} + User for Avahi: ${AVAHI_USER} + Group for Avahi: ${AVAHI_GROUP} + + NOTE: Remember to create user ${AVAHI_USER} and group ${AVAHI_GROUP} before make install " - -echo "NOTE: Remember to create user ${AVAHI_USER} and group ${AVAHI_GROUP} before make install" -echo