Fixed gettextize/aclocal conflict in autogen.sh
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-12-15 Joel Becker <jlbec@ocala.cs.miami.edu>
|
||||
|
||||
* autogen.sh: reordered gettextize and aclocal, because
|
||||
gettextize was messing up aclocal.m4.
|
||||
|
||||
Tue Dec 15 19:50:41 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkctree.c gtk/gtkclist.c gtk/testgtk.c: Use
|
||||
|
@ -54,14 +54,17 @@ case $CC in
|
||||
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
|
||||
esac
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
|
||||
echo "Running gettextize... Ignore non-fatal messages."
|
||||
# Hmm, we specify --force here, since otherwise things dont'
|
||||
# get added reliably, but we don't want to overwrite intl
|
||||
# while making dist.
|
||||
echo "no" | gettextize --copy --force
|
||||
|
||||
# We don't need ./intl
|
||||
rm -rf intl
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
|
||||
# optionally feature autoheader
|
||||
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
|
||||
|
||||
|
Reference in New Issue
Block a user