]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Do not hard code values of directories in `configure.in'.
[bison.git] / src / system.h
index 56c4ef3a73d906b748696bc50f2a4f2154cb7148..e53fef40cdd48b2619e77d445de3731835652c48 100644 (file)
 # include <libintl.h>
 # define _(Text) gettext (Text)
 #else
+# undef bindtextdomain
 # define bindtextdomain(Domain, Directory)
+# undef textdomain
 # define textdomain(Domain)
 # define _(Text) Text
 #endif
 #define N_(Text) Text
 
-/* In the meantime, waiting for Automake.  */
+#ifndef LOCALEDIR
 #define LOCALEDIR "/usr/local/share/locale"
+#endif
 
 #endif  /* BISON_SYSTEM_H */