/[weechat]/weechat/autogen.sh
ViewVC logotype

Diff of /weechat/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by flashcode, Sun Apr 17 19:01:21 2005 UTC revision 1.5 by flashcode, Sat Apr 23 15:03:27 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  # gettextize updates Makefile.am, configure.in  # gettextize updates Makefile.am, configure.in
4    cp configure.in configure.in.old
5  gettextize --copy --force --intl --no-changelog &&  gettextize --copy --force --intl --no-changelog &&
6    mv configure.in.old configure.in
7  aclocal &&  aclocal &&
8  # autoheader creates config.h.in needed by autoconf  # autoheader creates config.h.in needed by autoconf
9  autoheader &&  autoheader &&

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26