X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=f969fe36b97e13aeb051071e218377d31e09de3f;hb=2e3b9f75a779c1ad0fbc26d5a3bec2a877ccd72c;hp=bf0b3c2be83922e837d6d619eab21242963e9aad;hpb=7be2a68aa70fa5641e944ad0aed6f699736d3de9;p=netatalk.git diff --git a/configure.ac b/configure.ac index bf0b3c2b..f969fe36 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,12 @@ powerpc64:yes | s390x:yes | sparc*:yes | x86_64:yes | i386:yes) ;; esac +dnl -------------------------------------------------------------------------- +dnl OS specific configuration comes in here: +dnl -------------------------------------------------------------------------- + +AC_NETATALK_OS_SPECIFIC + dnl -------------------------------------------------------------------------- dnl specific configuration comes in here: dnl -------------------------------------------------------------------------- @@ -263,14 +269,6 @@ dnl -------------------------------------------------------------------------- UAMS_PATH="${uams_path}" AC_SUBST(UAMS_PATH) - -dnl -------------------------------------------------------------------------- -dnl OS specific configuration comes in here: -dnl -------------------------------------------------------------------------- - -AC_NETATALK_OS_SPECIFIC - - dnl -------------------------------------------------------------------------- dnl drop in includes for top level directory structures here... dnl --------------------------------------------------------------------------