mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
Some hosts don't like `/' in includes.
* src/system.h: Include libgettext.h without qualifying the path. * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove $(top_srcdir).
This commit is contained in:
@@ -149,7 +149,7 @@ size_t strnlen PARAMS ((const char *s, size_t maxlen));
|
||||
# define setlocale(Category, Locale)
|
||||
#endif
|
||||
|
||||
#include "intl/libgettext.h"
|
||||
#include "libgettext.h"
|
||||
#define _(Msgid) gettext (Msgid)
|
||||
#define N_(Msgid) (Msgid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user