aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-17 21:13:09 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-17 21:13:09 +0000
commit191e7cc1da81eb70d1fb25b16241c0214878b686 (patch)
treee0d2aea51445fd78c9e06d0808807886f77fa8e9
parent8f01be2a7bfc0d7670f8950f80578603ebe5ebf8 (diff)
+ distribution fixes
svn path=/trunk/externals/moocow/; revision=10566
-rwxr-xr-xgfsm/autoreconf.sh4
-rw-r--r--gfsm/config/Makefile.am1
-rw-r--r--gfsm/config/Makefile.in1
-rwxr-xr-xgfsm/configure6
-rw-r--r--gfsm/configure.in6
-rw-r--r--gfsm/gfsm/Makefile.am3
-rw-r--r--gfsm/gfsm/Makefile.in3
-rwxr-xr-xgfsm/gfsm/configure.gnu2
-rw-r--r--gfsm/gfsm/src/libgfsm/gnulib/.cvsignore1
9 files changed, 16 insertions, 11 deletions
diff --git a/gfsm/autoreconf.sh b/gfsm/autoreconf.sh
new file mode 100755
index 0000000..ed63f7b
--- /dev/null
+++ b/gfsm/autoreconf.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec autoreconf --install --force --verbose
+#--symlink
diff --git a/gfsm/config/Makefile.am b/gfsm/config/Makefile.am
index 45bdb79..f9a43ac 100644
--- a/gfsm/config/Makefile.am
+++ b/gfsm/config/Makefile.am
@@ -47,7 +47,6 @@ EXTRA_DIST = \
Makefile.in \
depcomp \
install-sh \
- mkinstalldirs \
missing
# config.guess
diff --git a/gfsm/config/Makefile.in b/gfsm/config/Makefile.in
index 15ab026..3988c64 100644
--- a/gfsm/config/Makefile.in
+++ b/gfsm/config/Makefile.in
@@ -193,7 +193,6 @@ EXTRA_DIST = \
Makefile.in \
depcomp \
install-sh \
- mkinstalldirs \
missing
all: all-am
diff --git a/gfsm/configure b/gfsm/configure
index 142dd12..b0811be 100755
--- a/gfsm/configure
+++ b/gfsm/configure
@@ -19655,9 +19655,9 @@ echo "${ECHO_T}local" >&6; }
PD_GFSM_SUBDIRS="gfsm"
##-- gfsm:local: flags
- IFLAGS="$IFLAGS -I\$(top_srcdir)/gfsm/src/libgfsm -I\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_srcdir)/gfsm/gfsm.pc\`"
- LFLAGS="$LFLAGS -L\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_srcdir)/gfsm/gfsm.pc\`"
- LIBS="$LIBS \$(top_builddir)/gfsm/src/libgfsm/libgfsm.la \`\$(PKG_CONFIG) --libs-only-l \$(top_srcdir)/gfsm/gfsm.pc | sed -e's/\-lgfsm//g'\`"
+ IFLAGS="$IFLAGS -I\$(top_srcdir)/gfsm/src/libgfsm -I\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_builddir)/gfsm/gfsm.pc\`"
+ LFLAGS="$LFLAGS -L\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_builddir)/gfsm/gfsm.pc\`"
+ LIBS="$LIBS \$(top_builddir)/gfsm/src/libgfsm/libgfsm.la \`\$(PKG_CONFIG) --libs-only-l \$(top_builddir)/gfsm/gfsm.pc | sed -e's/\-lgfsm//g'\`"
PD_GFSM_WHICH="static local"
diff --git a/gfsm/configure.in b/gfsm/configure.in
index e34dce9..4205094 100644
--- a/gfsm/configure.in
+++ b/gfsm/configure.in
@@ -175,9 +175,9 @@ if test "$ac_cv_enable_system_gfsm" != "yes"; then
PD_GFSM_SUBDIRS="gfsm"
##-- gfsm:local: flags
- IFLAGS="$IFLAGS -I\$(top_srcdir)/gfsm/src/libgfsm -I\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_srcdir)/gfsm/gfsm.pc\`"
- LFLAGS="$LFLAGS -L\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_srcdir)/gfsm/gfsm.pc\`"
- LIBS="$LIBS \$(top_builddir)/gfsm/src/libgfsm/libgfsm.la \`\$(PKG_CONFIG) --libs-only-l \$(top_srcdir)/gfsm/gfsm.pc | sed -e's/\-lgfsm//g'\`"
+ IFLAGS="$IFLAGS -I\$(top_srcdir)/gfsm/src/libgfsm -I\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_builddir)/gfsm/gfsm.pc\`"
+ LFLAGS="$LFLAGS -L\$(top_builddir)/gfsm/src/libgfsm \`\$(PKG_CONFIG) --cflags-only-I \$(top_builddir)/gfsm/gfsm.pc\`"
+ LIBS="$LIBS \$(top_builddir)/gfsm/src/libgfsm/libgfsm.la \`\$(PKG_CONFIG) --libs-only-l \$(top_builddir)/gfsm/gfsm.pc | sed -e's/\-lgfsm//g'\`"
PD_GFSM_WHICH="static local"
diff --git a/gfsm/gfsm/Makefile.am b/gfsm/gfsm/Makefile.am
index 6cdb561..d38b88f 100644
--- a/gfsm/gfsm/Makefile.am
+++ b/gfsm/gfsm/Makefile.am
@@ -125,7 +125,8 @@ EXTRA_DIST = \
autogen.sh \
configure \
README.cvs \
- gfsm.magic
+ gfsm.magic \
+ configure.gnu
#COPYING
diff --git a/gfsm/gfsm/Makefile.in b/gfsm/gfsm/Makefile.in
index d9796be..7be9e5e 100644
--- a/gfsm/gfsm/Makefile.in
+++ b/gfsm/gfsm/Makefile.in
@@ -294,7 +294,8 @@ EXTRA_DIST = \
autogen.sh \
configure \
README.cvs \
- gfsm.magic
+ gfsm.magic \
+ configure.gnu
all: all-recursive
diff --git a/gfsm/gfsm/configure.gnu b/gfsm/gfsm/configure.gnu
index 94638a6..f433366 100755
--- a/gfsm/gfsm/configure.gnu
+++ b/gfsm/gfsm/configure.gnu
@@ -1,3 +1,3 @@
#!/bin/sh
-exec ./configure "$@" FLEX=no BISON=no --disable-doc --disable-programs --disable-shared --prefix="$PWD/../../extended/build.moo/noinstall"
+exec "`dirname $0`"/configure "$@" FLEX=no BISON=no --disable-doc --disable-programs --disable-shared --prefix="$PWD/../../extended/build.moo/noinstall"
diff --git a/gfsm/gfsm/src/libgfsm/gnulib/.cvsignore b/gfsm/gfsm/src/libgfsm/gnulib/.cvsignore
index 0985ed1..cbb1e2f 100644
--- a/gfsm/gfsm/src/libgfsm/gnulib/.cvsignore
+++ b/gfsm/gfsm/src/libgfsm/gnulib/.cvsignore
@@ -10,3 +10,4 @@ Makefile
orig
.libs
+alloca.h