]> arthur.barton.de Git - netatalk.git/commitdiff
Removed configure option --with-cflags and --with-libs.
authorsrittau <srittau>
Tue, 11 Dec 2001 00:37:30 +0000 (00:37 +0000)
committersrittau <srittau>
Tue, 11 Dec 2001 00:37:30 +0000 (00:37 +0000)
--enable-fhs does now set mandir correctly.

configure.in

index 18470b22bf098f0bd5bd9e8783a3e345f2432fd7..07588da0001b081717a3b286dcffc5fef4ae695e 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.126.2.5 2001-12-05 08:43:38 srittau Exp $
+dnl $Id: configure.in,v 1.126.2.6 2001-12-11 00:37:30 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -83,24 +83,6 @@ AC_CHECK_HEADER(sys/cdefs.h,,
        CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
 )
 
-# Allow user to specify flags
-AC_ARG_WITH(cflags,
-       [  --with-cflags           specify additional flags to pass to compiler],
-       [
-               if test "x$withval" != "xno" ; then
-                       CFLAGS="$CFLAGS $withval"
-               fi
-       ]       
-)
-AC_ARG_WITH(libs,
-       [  --with-libs             specify additional libraries to link with],
-       [
-               if test "x$withval" != "xno" ; then
-                       LIBS="$LIBS $withval"
-               fi
-       ]
-)
-
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_UID_T
@@ -388,7 +370,7 @@ AC_ARG_ENABLE(fhs,
                sysconfdir="/etc"
                PKGCONFDIR=${sysconfdir}/netatalk
                use_pam_so=yes
-               dnl FIXME: NEED TO HAVE --mandir=/usr/share/man AT SOME POINT...
+               mandir=/usr/share/man
                AC_DEFINE(FHS_COMPATIBILITY)
        fi
        AC_MSG_RESULT([enabling Filesystem Hierarchy Standard (FHS) compatibility])