/[marvin]/marvin/src/gui/configure.in
ViewVC logotype

Diff of /marvin/src/gui/configure.in

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

revision 1.1 by castor_fou, Thu Sep 11 16:28:09 2003 UTC revision 1.2 by castor_fou, Tue Sep 16 20:25:36 2003 UTC
# Line 38  AC_LANG([C++]) Line 38  AC_LANG([C++])
38  AC_PROG_CXX  AC_PROG_CXX
39  AC_HEADER_STDC  AC_HEADER_STDC
40    
 # Define variables  
 CFLAGS="-Wall -g"  
 LIBS="`gpgme-config --libs` -lsip"  
 LDFLAGS="-I../libsip/ -L../libsip"  
 LANGUAGE="-DFR"  
   
41  # Check libraries header  # Check libraries header
42  # Look for gpgme  # Look for gpgme, crypt
43  AC_CHECK_HEADER(gpgme.h)  AC_CHECK_HEADER(gpgme.h)
44  # Look for LibSIP  AC_CHECK_HEADER(crypt.h)
 # Look for LibNN  
45    
46  # Finally create common.Makefile from commom.Makefile.in  # Finally create common.Makefile from commom.Makefile.in
47  AC_OUTPUT(common.Makefile)  AC_OUTPUT(common.Makefile)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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