From 2b7e46d8cc8d072a756d6c70b4a3024c7e88cf80 Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 23 Nov 2002 01:00:16 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 24 ++++++++++++++++++++++++ autogen.sh | 1 - 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..037cd27 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,24 @@ +*.lo +*.la +src/stamp-h.in +src/stamp-h +src/config.h +src/Makefile.in +src/Makefile +src/.libs +src/.deps +example/otfdump +example/otfdraw +example/Makefile.in +example/Makefile +example/.libs +example/.deps +otflib-config +libtool +configure +config.status +config.log +autom4te.cache +aclocal.m4 +Makefile.in +Makefile diff --git a/autogen.sh b/autogen.sh index de85d09..a539740 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,6 @@ #!/bin/sh libtoolize --automake aclocal -autoheader automake -a autoconf -- 1.7.10.4