config.status: error: cannot find input file: `po/Makefile.in.in'

2013-05-19 Thread Kip Warner
Hey list,

I have my message catalogues in a directory in my project other than in
the usual po/. I ran gettextize --po-dir=folder. I also updated
Makevars's subdir to point to the new directory. The SUBDIRS variable in
my Makefile.am also points to the right location.

However, the error I am receiving when I run ./configure is the
following, despite po/ not existing:

config.status: error: cannot find input file:
`po/Makefile.in.in'

Any help appreciated.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


Re: config.status: error: cannot find input file: `po/Makefile.in.in'

2013-05-19 Thread Gavin Smith
On Sun, May 19, 2013 at 9:57 AM, Kip Warner k...@thevertigo.com wrote:
 Hey list,

 I have my message catalogues in a directory in my project other than in
 the usual po/. I ran gettextize --po-dir=folder. I also updated
 Makevars's subdir to point to the new directory. The SUBDIRS variable in
 my Makefile.am also points to the right location.

 However, the error I am receiving when I run ./configure is the
 following, despite po/ not existing:

 config.status: error: cannot find input file:
 `po/Makefile.in.in'

 Any help appreciated.


Do you still have a reference to po in configure.ac? Sections 13.4
and 13.4.5 in the gettext manual look relevant to your problem.

___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


Re: config.status: error: cannot find input file: `po/Makefile.in.in'

2013-05-19 Thread Kip Warner
On Sun, 2013-05-19 at 10:38 +0100, Gavin Smith wrote:
 Do you still have a reference to po in configure.ac? Sections 13.4
 and 13.4.5 in the gettext manual look relevant to your problem.

Hey Gavin. I already went through the manual, but I'm guessing I must
have missed something. Indeed, I had. I just found the problem was in a
side effect gettextize left in configure.ac in AC_CONFIG_FILES which
pointed to the dead po/. I missed that the first time I went through it,
but thanks for bringing that to my attention.

But back to the manual, I see there's a lot of things that need to be
modified all over the place in an autotooled project to use gettext, but
one thing I wasn't sure of was how much of it still needs to be done
manually after gettextize has managed to gettext'ify the project?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems

2013-05-19 Thread Pavel Raiskup
+cc config-patc...@gnu.org, Ben Elliston b...@air.net.au

 IME, it is much better when any override mechanism make use of
 environment variables.

Yes, it was mentioned multiple times in this thread already and it was
always forgotten.  Please consider this approach.

One thing was not mentioned here - if there was a CONFIG_GUESS/CONFIG_SUB
environment variables, what would be the consequences of having it solved
directly in config.{guess,sub} files?
I mean, if there was defined CONFIG_GUESS environment variable, the
config.guess could try to call 'config.guess' file somewhere in $PATH?

pros: we are able to easily patch also old packages (no-need to
autoreconfigure)

Pavel


___
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf


[GNU Autoconf 2.61] testsuite: 114 121 125 126 153 154 156 157 158 162 164 166 168 174 177 178 190 196 201 205 211 212 216 224 228 231 233 234 235 236 237 238 239 241 242 243 244 245 246 249 250 252 2

2013-05-19 Thread Sharmila Mukherjee
Last login: Sun May 19 17:56:02 on ttys000
sharmilas-imac:~ imacsharmilamukherjee$ cd
/Users/imacsharmilamukherjee/Downloads/autoconf-2.61
sharmilas-imac:autoconf-2.61 imacsharmilamukherjee$
sharmilas-imac:autoconf-2.61 imacsharmilamukherjee$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether /bin/sh -n is known to work... yes
checking for expr... /bin/expr
checking for gm4... /usr/bin/gm4
checking whether m4 supports frozen files... yes
checking how m4 supports trace files... --error-output
checking for perl... /usr/bin/perl
checking for emacs... emacs
checking whether emacs is sufficiently recent... yes
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
sharmilas-imac:autoconf-2.61 imacsharmilamukherjee$ make
Making all in bin
rm -f autom4te autom4te.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@bindir[@]|/usr/local/bin|g' -e
's|@datadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|g'
-e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/usr/bin/gm4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e
's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU
Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not
edit by hand.|g' `test -f ./autom4te.in || echo ./`autom4te.in autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib  make  autom4te.cfg
rm -f autom4te.cfg autom4te.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@bindir[@]|/usr/local/bin|g' -e
's|@datadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|g'
-e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/usr/bin/gm4|g' -e 's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.61|g' -e
's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
cd ../lib/m4sugar  make  version.m4
{ \
  echo '# This file is part of -*- Autoconf -*-.'; \
  echo '# Version of Autoconf.'; \
  echo '# Copyright (C) 1999, 2000, 2001, 2002'; \
  echo '# Free Software Foundation, Inc.'; \
  echo ;\
  echo 'm4_define([m4_PACKAGE_NAME],  [GNU Autoconf])'; \
  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])'; \
  echo 'm4_define([m4_PACKAGE_VERSION],   [2.61])'; \
  echo 'm4_define([m4_PACKAGE_STRING],[GNU Autoconf 2.61])'; \
  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \
} version.m4
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'
../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache ''
--melt ./autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@bindir[@]|/usr/local/bin|g' -e
's|@datadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|g'
-e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/usr/bin/gm4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e
's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU
Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not
edit by hand.|g' `test -f ./autoconf.in || echo ./`autoconf.in autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@bindir[@]|/usr/local/bin|g' -e
's|@datadir[@]|/usr/local/share/autoconf|g' -e 's|@prefix[@]|/usr/local|g'
-e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e

Re: [GNU Autoconf 2.61] testsuite: 114 121 125 126 153 154 156 157 158 162 164 166 168 174 177 178 190 196 201 205 211 212 216 224 228 231 233 234 235 236 237 238 239 241 242 243 244 245 246 249 250 2

2013-05-19 Thread Václav Zeman
On 05/20/2013 12:16 AM, Sharmila Mukherjee wrote:
[...]
 ERROR: 279 tests were run,
 83 failed (4 expected failures).
 18 tests were skipped.
 ## -- ##
 ## testsuite.log was created. ##
 ## -- ##
 
 Please send `tests/testsuite.log' and all information you think might help:
 
To: bug-autoconf@gnu.org
Subject: [GNU Autoconf 2.61] testsuite: 114 121 125 126 153 154 156 157
 158 162 164 166 168 174 177 178 190 196 201 205 211 212 216 224 228 231 233
 234 235 236 237 238 239 241 242 243 244 245 246 249 250 252 253 254 255 256
 257 258 260 261 262 263 264 266 267 269 270 271 272 274 275 276 277 278 279
 280 281 282 283 284 285 286 287 288 289 290 291 293 294 failed
 
 
 You may investigate any problem if you feel able to do so, in which
 case the test suite provides a good starting point.  Its output may
 be found below `tests/testsuite.dir'.
 
 make[2]: *** [check-local] Error 1
 make[1]: *** [check-am] Error 2
 make: *** [check-recursive] Error 1
 sharmilas-imac:autoconf-2.61 imacsharmilamukherjee$
Why are you running such ancient version of Autoconf?

-- 
VZ




signature.asc
Description: OpenPGP digital signature