Update of /cvsroot/thplot/thplot
In directory usw-pr-cvs1:/tmp/cvs-serv5926
Modified Files:
autogen.sh
Log Message:
Run autoheader, too.
Index: autogen.sh
===================================================================
RCS file: /cvsroot/thplot/thplot/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** autogen.sh 30 Jun 2002 14:26:31 -0000 1.2
--- autogen.sh 3 Jul 2002 16:16:28 -0000 1.3
***************
*** 2,4 ****
rm -f config.cache
! aclocal -I . && automake -a && autoconf &&./configure $*
--- 2,4 ----
rm -f config.cache
! autoheader && aclocal -I . && automake -a && autoconf &&./configure $*
|