diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
commit | 3cafdaacb4eed813ffe9ddeafd9a74980fe98d44 (patch) | |
tree | a60ffbb36d5b28f5a5e0f7df355820f7a1b5b072 /gfsm | |
parent | 4c6be2273be534730cfe548099f4f8d2ac79dd49 (diff) |
+ added autotools-generated files (for auto-builds)
svn path=/trunk/externals/moocow/; revision=10580
Diffstat (limited to 'gfsm')
-rw-r--r-- | gfsm/Makefile.in | 2 | ||||
-rwxr-xr-x | gfsm/autoreconf.sh | 4 | ||||
-rw-r--r-- | gfsm/config/Makefile.am | 1 | ||||
-rw-r--r-- | gfsm/config/Makefile.in | 3 | ||||
-rw-r--r-- | gfsm/configure.ac (renamed from gfsm/configure.in) | 0 | ||||
-rw-r--r-- | gfsm/gfsm/config/Makefile.am | 1 | ||||
-rw-r--r-- | gfsm/gfsm/config/Makefile.in | 1 | ||||
-rw-r--r-- | gfsm/src/Makefile.in | 2 | ||||
-rw-r--r-- | gfsm/src/config.h.in | 2 |
9 files changed, 8 insertions, 8 deletions
diff --git a/gfsm/Makefile.in b/gfsm/Makefile.in index c8e5e78..0aa6383 100644 --- a/gfsm/Makefile.in +++ b/gfsm/Makefile.in @@ -51,7 +51,7 @@ subdir = . DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ diff --git a/gfsm/autoreconf.sh b/gfsm/autoreconf.sh deleted file mode 100755 index ed63f7b..0000000 --- a/gfsm/autoreconf.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -exec autoreconf --install --force --verbose -#--symlink diff --git a/gfsm/config/Makefile.am b/gfsm/config/Makefile.am index f9a43ac..004d7e9 100644 --- a/gfsm/config/Makefile.am +++ b/gfsm/config/Makefile.am @@ -47,6 +47,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing # config.guess diff --git a/gfsm/config/Makefile.in b/gfsm/config/Makefile.in index c84b227..7b1ecc5 100644 --- a/gfsm/config/Makefile.in +++ b/gfsm/config/Makefile.in @@ -45,7 +45,7 @@ subdir = config DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in config.guess \ config.sub depcomp install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -194,6 +194,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing all: all-am diff --git a/gfsm/configure.in b/gfsm/configure.ac index 4205094..4205094 100644 --- a/gfsm/configure.in +++ b/gfsm/configure.ac diff --git a/gfsm/gfsm/config/Makefile.am b/gfsm/gfsm/config/Makefile.am index 80893dc..e9f6ea4 100644 --- a/gfsm/gfsm/config/Makefile.am +++ b/gfsm/gfsm/config/Makefile.am @@ -48,6 +48,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing # mkinstalldirs diff --git a/gfsm/gfsm/config/Makefile.in b/gfsm/gfsm/config/Makefile.in index 00a3cb1..727370f 100644 --- a/gfsm/gfsm/config/Makefile.in +++ b/gfsm/gfsm/config/Makefile.in @@ -227,6 +227,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing all: all-am diff --git a/gfsm/src/Makefile.in b/gfsm/src/Makefile.in index 2309a27..0ec3324 100644 --- a/gfsm/src/Makefile.in +++ b/gfsm/src/Makefile.in @@ -57,7 +57,7 @@ SUBDIRS = DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/gfsm/src/config.h.in b/gfsm/src/config.h.in index 3a53581..e0c5bf1 100644 --- a/gfsm/src/config.h.in +++ b/gfsm/src/config.h.in @@ -1,4 +1,4 @@ -/* src/config.h.in. Generated from configure.in by autoheader. */ +/* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |