/[svn]/libgig/trunk/configure.in
ViewVC logotype

Contents of /libgig/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 8 months ago) by capela
File size: 210 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

1 AC_INIT(configure.in)
2 AM_CONFIG_HEADER(config.h)
3
4 AM_INIT_AUTOMAKE(libgig, 0.7.1)
5
6 AC_C_BIGENDIAN
7
8 AC_LANG_CPLUSPLUS
9 AC_PROG_CXX
10 AM_PROG_LIBTOOL
11
12 AC_OUTPUT(Makefile src/Makefile libgig.spec libgig.pc Doxyfile)

  ViewVC Help
Powered by ViewVC