From 095c7fffc05eb270891ff8d9b9e4b86651d21273 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 13 Aug 2001 13:53:52 +0000 Subject: [PATCH] added temporary bootstrap script before integrating it into a makefile Original commit message from CVS: added temporary bootstrap script before integrating it into a makefile --- swig/bootstrap | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 swig/bootstrap diff --git a/swig/bootstrap b/swig/bootstrap new file mode 100755 index 0000000000..18dfd133fc --- /dev/null +++ b/swig/bootstrap @@ -0,0 +1,3 @@ +swig -perl5 Gst.i && \ +perl Makefile.PL && \ +make