[emacs] fixed version retrieval
This commit is contained in:
parent
1559d723f9
commit
bdeb842de5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ find . \
|
|||
-exec chmod 644 {} \+
|
||||
|
||||
SRCDIR=$REPOSITORY
|
||||
EMACS_VERSION=$(grep "AC_INIT(GNU Emacs," $SRCDIR/configure.ac | cut -d, -f 2 | tr -d \ )
|
||||
EMACS_VERSION=$(grep "AC_INIT(\[GNU Emacs\]," $SRCDIR/configure.ac | cut -d, -f 2 | tr -d \ | tr -d [ | tr -d ])
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue