Task7513

From GNUpdf

Task #7513
Fix conflicts in gnulib imported AC_USE_SYSTEM_EXTENSIONS
State NEXT
Priority 4
Estimated effort
Scheduled 01-01-2007
Deadline 02-02-2007
Start
End
Assigned to
Savannah task

Contents

Fix conflicts in gnulib imported AC_USE_SYSTEM_EXTENSIONS

Overview

When regenerating the build system of the GNU PDF Library there are warnings about the AC_USE_SYSTEM_EXTENSIONS macro defined by the gnulib imported M4 macros.

Description

Output of the bootstrap script:

 jemarch@malditobastardo:~/gnu/src/libgnupdf$ ./bootstrap 
 Bootstrapping CVS GNU PDF Library with:
   autoreconf -i
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 libtoolize: `config.guess' exists: use `--force' to overwrite
 libtoolize: `config.sub' exists: use `--force' to overwrite
 libtoolize: `ltmain.sh' exists: use `--force' to overwrite
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/extensions.m4:81: gl_USE_SYSTEM_EXTENSIONS is expanded from...
 m4/gnulib-comp.m4:21: gl_EARLY is expanded from...
 configure.ac:36: the top level
 configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 
 Now run configure with your desired options, for instance:
   ./configure CFLAGS=-g


References

Retrieved from "http://gnupdf.org/Task7513"