From 0df1e25542cfddbb383955e6f541207e38acf654 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 3 Jul 2002 00:44:39 +0000 Subject: Kill off codepage related stuff, now we don't use codepages any more. Andrew Bartlett (This used to be commit d1ca2b9f23ce701eb6b6becafb1acd813fc8fc3a) --- source3/configure.in | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 29b705405e..915c91e585 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -11,14 +11,12 @@ AC_PREFIX_DEFAULT(/usr/local/samba) AC_ARG_WITH(fhs, [ --with-fhs Use FHS-compliant paths (default=no)], - codepagedir="\$(DATADIR)/samba/codepages" configdir="${sysconfdir}/samba" lockdir="\${VARDIR}/cache/samba" piddir="\$(VARDIR)/run/samba" logfilebase="\${VARDIR}/log/samba" privatedir="\${CONFIGDIR}/private" swatdir="\${DATADIR}/samba/swat", - codepagedir="\$(LIBDIR)/codepages" configdir="\$(LIBDIR)" logfilebase="\$(VARDIR)" lockdir="\${VARDIR}/locks" @@ -106,22 +104,6 @@ AC_ARG_WITH(configdir, ;; esac]) -################################################# -# set codepage directory location -AC_ARG_WITH(codepagedir, -[ --with-codepagedir=DIR Where to put codepage files (\$libdir/codepages)], -[ case "$withval" in - yes|no) - # - # Just in case anybody does it - # - AC_MSG_WARN([--with-codepagedir called without argument - will use default]) - ;; - * ) - codepagedir="$withval" - ;; - esac]) - ################################################# # set log directory location AC_ARG_WITH(logfilebase, @@ -138,7 +120,6 @@ AC_ARG_WITH(logfilebase, ;; esac]) -AC_SUBST(codepagedir) AC_SUBST(configdir) AC_SUBST(lockdir) AC_SUBST(piddir) -- cgit