/[svn]/gigedit/trunk/configure.ac
ViewVC logotype

Diff of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1227 by schoenebeck, Sun Jun 10 11:01:16 2007 UTC revision 1228 by schoenebeck, Sun Jun 10 11:20:15 2007 UTC
# Line 26  AC_PROG_LIBTOOL Line 26  AC_PROG_LIBTOOL
26  AC_SUBST(SHLIB_VERSION_ARG)  AC_SUBST(SHLIB_VERSION_ARG)
27  AC_SUBST(SHARED_VERSION_INFO)  AC_SUBST(SHARED_VERSION_INFO)
28    
29  AC_CONFIG_SRCDIR(src/main.cpp)  # configure checks for the following file's existence to make sure that
30    # the directory that it is told contains the source code in fact does.
31    # Occasionally people accidentally specify the wrong directory with
32    # `--srcdir'; this is a safety check.
33    AC_CONFIG_SRCDIR(src/gigedit/main.cpp)
34    
35  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
36  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
37    

Legend:
Removed from v.1227  
changed lines
  Added in v.1228

  ViewVC Help
Powered by ViewVC