ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/autogen.sh
(Generate patch)

Comparing gvpe/autogen.sh (file contents):
Revision 1.6 by pcg, Mon Oct 15 22:19:49 2007 UTC vs.
Revision 1.7 by pcg, Sat Nov 10 05:14:21 2007 UTC

91$AUTOMAKE -f --add-missing 91$AUTOMAKE -f --add-missing
92rm doc/gvpe.texi 92rm doc/gvpe.texi
93autoconf 93autoconf
94autoheader 94autoheader
95 95
96
97#intltoolize --copy --force --automake 96#intltoolize --copy --force --automake
98 97
99cd $ORIGDIR 98cd $ORIGDIR
100 99
100if [ -e reconf ]; then
101 ./reconf "$@"
101if $srcdir/configure --enable-maintainer-mode "$@"; then 102elif $srcdir/configure --enable-maintainer-mode "$@"; then
102 echo 103 echo
103 echo "Now type 'make' to compile $PROJECT." 104 echo "Now type 'make' to compile $PROJECT."
104else 105else
105 echo 106 echo
106 echo "Configure failed or did not finish!" 107 echo "Configure failed or did not finish!"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines