bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PATCH: adapting gettextize to autoconf 2.50


From: Paolo Bonzini
Subject: PATCH: adapting gettextize to autoconf 2.50
Date: Mon, 18 Jun 2001 12:05:26 +0200

This small patch makes gettextize recognize
configure.ac as well as configure.in; it is relative
to 0.10.35:

*** gettext-0.10.35/gettextize Thu Aug 24 04:00:36 2000
--- gettext-bonz/gettextize Mon Jun 18 10:20:43 2001
***************
*** 91,98 ****
  gettext_dir=/usr/share/gettext
  aclocal_dir=/usr/share/aclocal

! test -f configure.in || {
!   $echo "Missing configure.in, please cd to your package first."
    exit 1
  }

--- 91,101 ----
  gettext_dir=/usr/share/gettext
  aclocal_dir=/usr/share/aclocal

! configure_ac=configure.in
! test -f configure.ac && configure_ac=configure.ac
!
! test -f $configure_ac || {
!   $echo "Missing $configure_ac, please cd to your package first."
    exit 1
  }

--
|_  _  _ __
|_)(_)| ) ,'
-------- '-._







reply via email to

[Prev in Thread] Current Thread [Next in Thread]