OSDN Git Service

* version up
[modchxj/mod_chxj.git] / buildconf.sh
index 8d9006e..70ce7d8 100755 (executable)
@@ -2,24 +2,26 @@
 # autogen.sh - generates configure using the autotools
 # $Id$
 #export WANT_AUTOCONF=2.5
+#libtoolize --force --copy
 rm -f ./aclocal.m4
 rm -f ./Makefile
 rm -f ./Makefile.in
 rm -f ./configure
-rm -f ./build/config.guess
-rm -f ./build/config.log
-rm -f ./build/config.sub
-rm -f ./build/config.status
-rm -f ./build/install-sh
-rm -f ./build/libtool
-rm -f ./build/ltmain.sh
-rm -f ./build/missing
-rm -f ./build/mkinstalldirs
-#libtoolize --force --copy
+rm -f ./config.guess
+rm -f ./config.log
+rm -f ./config.sub
+rm -f ./config.status
+rm -f ./install-sh
+#rm -f ./libtool
+#rm -f ./ltmain.sh
+rm -f ./missing
+rm -f ./mkinstalldirs
 aclocal 
 autoheader
-automake -a -c 
-automake
+automake -a -c 
+#automake 
 autoconf
 rm -rf autom4te.cache
 
+(cd ./src/css; ./buildconf.sh)
+