Core CVS committal
Author : smugg
Module : core-rewrite
Modified Files:
Makefile.am configure
Log Message:
fix a minor make issue, tnx balony for discovering it
===================================================================
RCS file: /cvsroot/corem/core-rewrite/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- Makefile.am 2001/02/16 18:41:19 1.1.1.1
+++ Makefile.am 2001/02/16 18:58:52 1.2
@@ -8,7 +8,7 @@
GLIB_CFLAGS = $(GLIB_CFLAGS)
GLIB_LIBS = $(GLIB_LIBS)
-docs_DATA = README AUTHORS INSTALL ChangeLog
+docs_DATA = AUTHORS
docsdir = $(prefix)/doc/core
EXTRADIST = core.spec $(docs_DATA)
===================================================================
RCS file: /cvsroot/corem/core-rewrite/configure,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- configure 2001/02/16 18:42:04 1.1.1.1
+++ configure 2001/02/16 18:58:52 1.2
@@ -1103,7 +1103,7 @@
int main() {
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x = {0,0};
+typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
|