mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 13:05:18 +08:00
Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro should be a regular string, not a wide string
darcs-hash:20060719165803-ac50b-1b76c45b77469c0a7dbf47b866ab127bd48780e5.gz
This commit is contained in:
parent
46c6f7880b
commit
ba4166d17d
|
@ -47,7 +47,7 @@ docdir = @docdir@
|
|||
localedir = @localedir@
|
||||
prefix = @prefix@
|
||||
|
||||
CFLAGS:=@CFLAGS@ -DLOCALEDIR=L\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\"
|
||||
CFLAGS:=@CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\"
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
LDFLAGS:= @LIBS@ @LDFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user