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

Comparing gvpe/autogen.sh (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.2 by pcg, Sat Mar 1 16:56:43 2003 UTC

85$ACLOCAL -I m4 85$ACLOCAL -I m4
86 86
87# optionally feature autoheader 87# optionally feature autoheader
88(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader 88(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
89 89
90(cd m4 && make -f Makefile.am.in Makefile.am)
90$AUTOMAKE --add-missing 91$AUTOMAKE --add-missing
91autoconf 92autoconf
92autoheader 93autoheader
93(cd m4 && make -f Makefile.am.in Makefile.am)
94 94
95#intltoolize --copy --force --automake 95#intltoolize --copy --force --automake
96 96
97cd $ORIGDIR 97cd $ORIGDIR
98 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines