[cairo-commit] cairo-demo/cairo_snippets autogen.sh, NONE,
1.1 ChangeLog, 1.26, 1.27
Oeyvind Kolaas
commit at pdx.freedesktop.org
Sun Feb 6 14:26:24 PST 2005
Committed by: pippin
Update of /cvs/cairo/cairo-demo/cairo_snippets
In directory gabe:/tmp/cvs-serv18111
Modified Files:
ChangeLog
Added Files:
autogen.sh
Log Message:
added autogen.sh
--- NEW FILE: autogen.sh ---
#! /bin/sh
rm -f config.cache acconfig.h
echo "- libtoolize." && \
libtoolize --force && \
echo "- aclocal." && \
aclocal && \
echo "- autoconf." && \
autoconf && \
echo "- autoheader." && \
autoheader && \
echo "- automake." && \
automake --add-missing --gnu && \
echo && \
./configure "$@" && exit 0
exit 1
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ChangeLog 2 Feb 2005 05:57:10 -0000 1.26
+++ ChangeLog 6 Feb 2005 22:26:22 -0000 1.27
@@ -1,3 +1,7 @@
+2005-02-06 Ãyvind KolÃ¥s <pippin at freedesktop.org>
+
+ * autogen.sh: added
+
2005-02-02 Owen Taylor <otaylor at redhat.com>
* cairo_snippets_win32.c (WndProc): Add a missing return.
More information about the cairo-commit
mailing list