pure-config/autogen.sh

twittner cvs at pld-linux.org
Sat Jun 18 11:21:18 CEST 2005


Author: twittner
Date: Sat Jun 18 11:21:15 2005
New Revision: 6121

Added:
   pure-config/autogen.sh   (contents, props changed)
Log:
- added missing file

Added: pure-config/autogen.sh
==============================================================================
--- (empty file)
+++ pure-config/autogen.sh	Sat Jun 18 11:21:15 2005
@@ -0,0 +1,28 @@
+#!/bin/sh -x
+
+rm -fr	aclocal.m4 \
+	autom4te.cache \
+	config.h \
+	config.h.in \
+	config.h.in~ \
+	config.log \
+	config.status \
+	configure \
+	configure.scan \
+	depcomp	\
+	install-sh \
+	Makefile \
+	Makefile.in \
+	missing \
+	pure-config \
+	pure-config.o \
+	stamp-h1 \
+	.deps
+
+[ x"$@" = "xclean" ] && exit 0
+	
+aclocal
+autoconf
+autoheader
+automake -a -c -f --foreign
+



More information about the pld-cvs-commit mailing list