OSDN Git Service

* Fixed Bug.
[modchxj/mod_chxj.git] / buildconf.sh
index ffb5340..70ce7d8 100755 (executable)
@@ -2,11 +2,11 @@
 # 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
-#libtoolize --force --copy
 rm -f ./config.guess
 rm -f ./config.log
 rm -f ./config.sub
@@ -18,8 +18,10 @@ 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)
+