Skip to content

Commit

Permalink
major gcc import: built-in cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
idgay committed Jan 17, 2008
1 parent 56fdffe commit 6253cb4
Show file tree
Hide file tree
Showing 180 changed files with 43,183 additions and 2,158 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = foreign

SUBDIRS = src doc tools
SUBDIRS = libcpp libiberty src doc tools

src: libcpp libiberty

EXTRA_DIST = \
COPYING \
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl -*- m4 -*-
# force autoconf 2.5 on Debian systems
AC_PREREQ(2.50)

AC_INIT(nesc, 1.2.9)
AC_INIT(nesc, 1.3.0alpha)
AC_CONFIG_AUX_DIR(config-aux)

AM_INIT_AUTOMAKE
Expand Down
340 changes: 340 additions & 0 deletions include/COPYING

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions include/COPYING3

Large diffs are not rendered by default.

Loading

0 comments on commit 6253cb4

Please sign in to comment.