summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-25 23:30:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-25 23:30:57 +0000
commit0d41cd8f2927d896f373fb6076c2508c9284a978 (patch)
treeb41b77a03b2af77b524ee64ba30cf1673f6aa092 /src/system.h
parent1a5c74f01a6ed5469f7271d3d6a7e9c7a0e986ee (diff)
downloadcoreutils-0d41cd8f2927d896f373fb6076c2508c9284a978.tar.xz
* .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore
tarballs. * bootstrap.conf: Add configmake, verify. * lib/.cvsignore: Add configmake.h, stamp-h1. * src/.cvsignore: Remove localedir.h. * src/Makefile.am (localedir, DISTCLEANFILES, localedir.h): Remove; subsumed by configmake. * src/system.h: Include configmake.h rather than localedir.h (LOCALEDIR): New macro.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index e395fbeae..29bd1be55 100644
--- a/src/system.h
+++ b/src/system.h
@@ -55,7 +55,9 @@ you must include <sys/types.h> before including this file
#include <limits.h>
#include "pathmax.h"
-#include "localedir.h"
+
+#include "configmake.h"
+#define LOCALEDIR CONFIGMAKE_LOCALEDIR
#if TIME_WITH_SYS_TIME
# include <sys/time.h>