]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Have configure build version string instead of relying on ANSI string
[bison.git] / src / system.h
index 366524568171023ef5525f94f63bdc0c0b36abf7..9469cea3da2a5dc3bbf77e286a8c20f8683eae5d 100644 (file)
@@ -62,8 +62,8 @@
 #endif
 #define N_(Text) Text
 
-/* In the meantime, waiting for Automake.  */
-#define PACKAGE "bison"
+#ifndef LOCALEDIR
 #define LOCALEDIR "/usr/local/share/locale"
+#endif
 
 #endif  /* BISON_SYSTEM_H */