Changeset 39 for libcaca/trunk


Ignore:
Timestamp:
Dec 22, 2002, 8:08:35 PM (20 years ago)
Author:
Sam Hocevar
Message:
  • Moved generated autotools files to the autotools/ directory.
Location:
libcaca/trunk
Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/.cvsignore

    r17 r39  
    11.dirstamp
    22configure
     3configure-stamp
    34config.h
    45config.h.*
     
    78config.rpath
    89config.status
    9 config.guess
    10 config.sub
    1110confdefs.h
    1211conftest.cc
     
    1716stamp-h*
    1817aclocal.m4
    19 install-sh
    20 missing
    21 mkinstalldirs
    22 compile
    23 depcomp
  • libcaca/trunk/Makefile.am

    r17 r39  
    44
    55SUBDIRS = src
    6 DIST_SUBDIRS = $(SUBDIRS) debian
     6DIST_SUBDIRS = $(SUBDIRS) autotools debian
    77
    88EXTRA_DIST = doc/shapes.txt bootstrap
  • libcaca/trunk/bootstrap

    r17 r39  
    22set -x
    33
    4 rm -f aclocal.m4 configure config.guess config.log config.sub ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh
     4rm -f aclocal.m4 configure libtool ltconfig ltmain.sh config.log
     5rm -f autotools/compile autotools/config.guess autotools/config.sub autotools/missing autotools/mkinstalldirs autotools/depcomp autotools/install-sh
    56
    67# Check for automake
     
    3839fi
    3940
    40 aclocal${amvers} || exit 1
     41aclocal${amvers} -I autotools || exit 1
    4142autoheader || exit 1
    4243automake${amvers} --add-missing --copy || exit 1
  • libcaca/trunk/configure.ac

    r25 r39  
    55AC_PREREQ(2.50)
    66AC_CONFIG_SRCDIR(src/main.c)
     7AC_CONFIG_AUX_DIR(autotools)
    78AC_CANONICAL_SYSTEM
    89
     
    3031  Makefile
    3132  src/Makefile
     33  autotools/Makefile
    3234  debian/Makefile
    3335])
  • libcaca/trunk/debian/.cvsignore

    r17 r39  
    22Makefile
    33Makefile.in
     4files
     5ttyvaders
     6ttyvaders.substvars
  • libcaca/trunk/src/Makefile.am

    r33 r39  
    33###############################################################################
    44
    5 AM_CFLAGS = -g -O6 -fno-strength-reduce -fomit-frame-pointer
     5AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer
    66
    77# Code qui fait des warnings == code de porc == deux baffes dans ta gueule
Note: See TracChangeset for help on using the changeset viewer.