]> arthur.barton.de Git - netatalk.git/commitdiff
Changed occurences of $ac_default_prefix to $ac_prefix_default to match reference...
authorpooba53 <pooba53>
Tue, 5 Jun 2001 12:51:17 +0000 (12:51 +0000)
committerpooba53 <pooba53>
Tue, 5 Jun 2001 12:51:17 +0000 (12:51 +0000)
configure.in

index 8b73e9c1861ca930d3f749ea0283df292e082324..b3486693bdb1ec481dc9563555ade225b5d55f4c 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.79 2001-05-31 18:42:58 srittau Exp $
+dnl $Id: configure.in,v 1.80 2001-06-05 12:51:17 pooba53 Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -155,7 +155,7 @@ AC_ARG_ENABLE(afs,
 )
 
 AC_ARG_WITH(config-dir,
-       [  --with-config-dir=path  path to config files [default=$ac_default_prefix/etc]],
+       [  --with-config-dir=path  path to config files [default=$ac_prefix_default/etc]],
                config_dir="$withval",
                config_dir="${prefix}/etc"
 )
@@ -233,7 +233,7 @@ AC_ARG_ENABLE(lastdid,
 
 msg_dir=""
 AC_ARG_WITH(message-dir,
-       [  --with-msg-dir=path     path to message files [default=$ac_default_prefix/etc/msg]],
+       [  --with-msg-dir=path     path to message files [default=$ac_prefix_default/etc/msg]],
                msg_dir="$withval"
                if test x"$msg_dir" = "x"; then
                        msg_dir="${prefix}/etc/msg"
@@ -327,7 +327,7 @@ AC_ARG_ENABLE(timelord,
 )
 
 AC_ARG_WITH(uams-path,
-       [  --with-uams-path=path   path to UAMs [default=$ac_default_prefix/etc/uams]],
+       [  --with-uams-path=path   path to UAMs [default=$ac_prefix_default/etc/uams]],
        uams_path="$withval",
        uams_path="${config_dir}/uams"
 )
@@ -354,7 +354,7 @@ dnl --------------------------------------------------------------------------
 
 dnl ***** CONFIG_DIR
 AC_DEFINE_UNQUOTED(CONFIG_DIR, "${config_dir}",
-       [path to config dir [default=$ac_default_prefix/etc]])
+       [path to config dir [default=$ac_prefix_default/etc]])
 CONFIG_DIR="${config_dir}"
 AC_SUBST(CONFIG_DIR)
 AC_MSG_RESULT([setting configuration files location to $CONFIG_DIR])