change \100 back to @; some m4's (probably some regex) doesn't like
this as a replacement regexp; the reason it was once changed to \100 was probably because of some autoconf bug at the time git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11022 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,7 +5,7 @@ AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRST
|
|||||||
AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
|
AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
|
||||||
AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
|
AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
|
||||||
#define RCSID(msg) \
|
#define RCSID(msg) \
|
||||||
static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
|
static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Maximum values on all known systems */
|
/* Maximum values on all known systems */
|
||||||
|
Reference in New Issue
Block a user