Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31921
Modified Files:
autogen.sh
Log Message:
Copy installable files instead of simple symlink. The tarballs were
problematic if the user didn't have automake or the right version
of automake.
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libsysio/libsysio/autogen.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -b -B -p -r1.1.1.1 -r1.2
--- autogen.sh 22 Feb 2003 16:33:05 -0000 1.1.1.1
+++ autogen.sh 14 Apr 2004 15:51:47 -0000 1.2
@@ -1,5 +1,5 @@
#!/bin/sh
aclocal &&
-automake --add-missing &&
+automake --add-missing --copy &&
${AUTOCONF:-autoconf}
|