#16 closed defect (worksforme)
autogen.sh bootstrapper touches versioned files
Reported by: | mloskot | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libgeotiff | Version: | |
Keywords: | Cc: | hobu |
Description
When running ./autogen.sh script two versioned files are updated:
mloskot@dog:~/dev/libgeotiff/_svn/trunk$ svn up At revision 1659. mloskot@dog:~/dev/libgeotiff/_svn/trunk$ svn st mloskot@dog:~/dev/libgeotiff/_svn/trunk$ ./autogen.sh Running aclocal Running libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running automake configure.ac:20: installing `./missing' bin/Makefile.am: installing `./depcomp' Running autoconf ====================================== Now you are ready to run './configure' ====================================== mloskot@dog:~/dev/libgeotiff/_svn/trunk$ svn st ? geo_config.h.in.safe M bin/Makefile.in M aclocal.m4 mloskot@dog:~/dev/libgeotiff/_svn/trunk$
Sort of messy.
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, messy but IMHO not requiring any change. In fact, we may be pushing more generated files into svn to ensure developers don't need to run autogen.sh.