*** empty log message ***
authorhanda <handa>
Sat, 23 Nov 2002 01:00:16 +0000 (01:00 +0000)
committerhanda <handa>
Sat, 23 Nov 2002 01:00:16 +0000 (01:00 +0000)
.cvsignore [new file with mode: 0644]
autogen.sh

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..037cd27
--- /dev/null
@@ -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
index de85d09..a539740 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 libtoolize --automake
 aclocal
-autoheader
 automake -a
 autoconf