+Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
+
+ * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
+ comments and single quotes. Fixes a problem found on hpux.
+
Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
* aclocal.m4: Remove Make-common.in from dependencies.
INSTALL = \$(srcroot)/install.sh -c
INSTALL_PROGRAM = ${INSTALL_PROGRAM}
INSTALL_DATA = ${INSTALL_DATA}
-INSTALL_XFORM = \$(INSTALL) -t='$(program_transform_name)'
+INSTALL_XFORM = \$(INSTALL) -t='\$(program_transform_name)'
INSTALL_XFORM1= \$(INSTALL_XFORM) -b=.1
CC = ${CC}
# List of object files, less common parts.
#SIM_OBJS =
-# List of flags to always pass to $(CC).
+# List of flags to always pass to \$(CC).
#SIM_EXTRA_CFLAGS =
# List of extra libraries to link with.
#SIM_EXTRA_LIBS =