[postgis-devel] [PostGIS] #293: Missed config.guess and config.sub after autogen.sh exec
PostGIS
trac at osgeo.org
Tue Nov 10 11:22:52 PST 2009
#293: Missed config.guess and config.sub after autogen.sh exec
---------------------------+------------------------------------------------
Reporter: jorgearevalo | Owner: mloskot
Type: defect | Status: assigned
Priority: medium | Milestone: wktraster 0.1.6
Component: wktraster | Version: trunk
Resolution: | Keywords:
---------------------------+------------------------------------------------
Old description:
> In revision 4776, after executing ./autogen.sh, files config.guess and
> config.sub are deleted. I had to execute svn update to restore them from
> repository and then execute ./configure.
New description:
In revision r4776, after executing ./autogen.sh, files config.guess and
config.sub are deleted. I had to execute svn update to restore them from
repository and then execute ./configure.
Comment (by mloskot):
Jorge,
I can not reproduce your problem. I tried to do it this way:
* Update and check if reported files are present
{{{
mloskot at dog:~/dev/wktraster/_svn/trunk$ svn update
At revision 4777.
mloskot at dog:~/dev/wktraster/_svn/trunk$ svn st
mloskot at dog:~/dev/wktraster/_svn/trunk$ ls config.*
config.guess config.sub
}}}
* Run ./autogen.sh
{{{
mloskot at dog:~/dev/wktraster/_svn/trunk$ ./autogen.sh
* Running /usr/bin/libtoolize (2.2.6)
OPTIONS = --force --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'.
libtoolize: copying file `macros/libtool.m4'
libtoolize: copying file `macros/ltoptions.m4'
libtoolize: copying file `macros/ltsugar.m4'
libtoolize: copying file `macros/ltversion.m4'
libtoolize: copying file `macros/lt~obsolete.m4'
libtoolize: Consider adding `-I macros' to ACLOCAL_AMFLAGS in Makefile.am.
* Running /usr/bin/aclocal (1.11)
* Running /usr/bin/autoconf (2.64)
* Running /usr/bin/autoheader (2.64)
======================================
Now you are ready to run './configure'
======================================
}}}
* Check if reported files are still present
{{{
mloskot at dog:~/dev/wktraster/_svn/trunk$ ls config.*
config.guess config.sub
}}}
* Check if anything has changed, e.g. reported files have been touched or
any other files removed
{{{
mloskot at dog:~/dev/wktraster/_svn/trunk$ svn st
mloskot at dog:~/dev/wktraster/_svn/trunk$ svn up
At revision 4777.
mloskot at dog:~/dev/wktraster/_svn/trunk$
}}}
* Check if ./configure can be executed
{{{
mloskot at dog:~/dev/wktraster/_svn/trunk$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... ^C
mloskot at dog:~/dev/wktraster/_svn/trunk$
}}}
As you see, it works as expected for me.
Environment:
* Linux 64-bit (Ubuntu 9.10)
* GCC 4.4.1
* Autotools as installed by default using Ubuntu 9.10 packages
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/293#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list