/[global]/global/configure.ac
ViewVC logotype

Diff of /global/configure.ac

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

revision 1.46 by shigio, Fri Feb 18 11:07:18 2005 UTC revision 1.47 by shigio, Thu Feb 24 01:33:47 2005 UTC
# Line 138  AC_SUBST(LDFLAGS) Line 138  AC_SUBST(LDFLAGS)
138  dnl  dnl
139  dnl The definition of config variable skip and suffixes.  dnl The definition of config variable skip and suffixes.
140  dnl  dnl
 DEFAULTSUFFIXES='c,h,y,c++,cc,cpp,cxx,hxx,hpp,C,H,s,S,java,php,php3,phtml'  
141  DEFAULTSKIP='GPATH,GTAGS,GRTAGS,GSYMS,HTML/,tags,TAGS,ID,y.tab.c,y.tab.h,.notfunction,cscope.out,.gdbinit,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,.svn/,.cvsrc,.cvsignore,.cvspass,.cvswrappers,.deps/,autom4te.cache/,.snprj/'  DEFAULTSKIP='GPATH,GTAGS,GRTAGS,GSYMS,HTML/,tags,TAGS,ID,y.tab.c,y.tab.h,.notfunction,cscope.out,.gdbinit,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,.svn/,.cvsrc,.cvsignore,.cvspass,.cvswrappers,.deps/,autom4te.cache/,.snprj/'
142  AC_SUBST(DEFAULTSUFFIXES)  DEFAULTLANGMAP='c:.c.h,yacc:.y,asm:.s.S,java:.java,cpp:.c++.cc.cpp.cxx.hxx.hpp.C.H,php:.php.php3.phtml'
143  AC_SUBST(DEFAULTSKIP)  AC_SUBST(DEFAULTSKIP)
144    AC_SUBST(DEFAULTLANGMAP)
145    
146    dnl
147    dnl Quoted langmap. It is only for gtags.conf.
148    dnl
149    DEFAULTLANGMAP_QUOTED=`echo $DEFAULTLANGMAP | sed 's/:/\\\\:/g'`
150    AC_SUBST(DEFAULTLANGMAP_QUOTED)
151    
152  AC_OUTPUT([Makefile  AC_OUTPUT([Makefile
153          gtags.conf          gtags.conf
154          libutil/conf.h          libutil/langmap.h
155          htags/global.cgi.tmpl          htags/global.cgi.tmpl
156          libutil/Makefile          libutil/Makefile
157          gtags/Makefile          gtags/Makefile

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26