From e7bd2d1954b8e9ec7b9d5e3b1dae30ef97d69032 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 7 Mar 2009 20:58:22 +0000 Subject: + eliminated build-time dependence on svn:special symlinks svn path=/trunk/externals/moocow/; revision=10845 --- locale/Makefile.am | 4 ++-- locale/Makefile.in | 12 ++++++------ locale/README.cvs | 13 ------------- locale/README.svn | 21 +++++++++++++++++++++ locale/aclocal.m4 | 2 +- locale/config/Makefile.am | 2 +- locale/config/Makefile.in | 8 ++++---- locale/configure | 24 ++++++++++++------------ locale/configure.ac | 2 +- locale/m4 | 1 - locale/pdexternal.am | 1 - locale/src/Makefile.am | 2 +- locale/src/Makefile.in | 8 ++++---- locale/svn-prepare.sh | 1 + 14 files changed, 54 insertions(+), 47 deletions(-) delete mode 100644 locale/README.cvs create mode 100644 locale/README.svn delete mode 120000 locale/m4 delete mode 120000 locale/pdexternal.am create mode 120000 locale/svn-prepare.sh (limited to 'locale') diff --git a/locale/Makefile.am b/locale/Makefile.am index 78455e1..edc05ad 100644 --- a/locale/Makefile.am +++ b/locale/Makefile.am @@ -9,14 +9,14 @@ #----------------------------------------------------------------------- # Includes #----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am +include $(top_srcdir)/common/pdexternal.am #----------------------------------------------------------------------- # Options & Subdirectories #----------------------------------------------------------------------- ##-- aclocal options (top level only) -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I common/m4 ## --- automake options #AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip diff --git a/locale/Makefile.in b/locale/Makefile.in index 57233b0..7302019 100644 --- a/locale/Makefile.in +++ b/locale/Makefile.in @@ -47,11 +47,11 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/configure \ - $(top_srcdir)/pdexternal.am COPYING + $(srcdir)/Makefile.in $(top_srcdir)/common/pdexternal.am \ + $(top_srcdir)/configure COPYING subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pd_external.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -234,7 +234,7 @@ MAINTAINERCLEANFILES = *~ \ #----------------------------------------------------------------------- # Options & Subdirectories #----------------------------------------------------------------------- -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I common/m4 #AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip AUTOMAKE_OPTIONS = foreign @@ -250,7 +250,7 @@ all: all-recursive .SUFFIXES: .@PDEXT@ .pod .txt .html am--refresh: @: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/pdexternal.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/pdexternal.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -418,7 +418,7 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/m4 + $(mkdir_p) $(distdir)/common $(distdir)/common/m4 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ diff --git a/locale/README.cvs b/locale/README.cvs deleted file mode 100644 index 2a0ee0c..0000000 --- a/locale/README.cvs +++ /dev/null @@ -1,13 +0,0 @@ -To build from cvs, do the following: - - ./autogen.sh - ./configure - make - make install - -NOTE: The README.txt file in the distribution -is auto-generated from perl ".pod" format by -the "pod2text" included in most perl distributions. - -marmosets, - Bryan diff --git a/locale/README.svn b/locale/README.svn new file mode 100644 index 0000000..2fc9816 --- /dev/null +++ b/locale/README.svn @@ -0,0 +1,21 @@ +To build from subversion sources, do the following: + + ./svn-prepare.sh + ./autogen.sh + ./configure + make + make install + +You will need recent versions of GNU automake and +autoconf in order to build from the SVN tree. + +The './svn-prepare.sh' script requires some shared code +in the directory ../common (relative to the package root +directory). + +The README.txt file in the distribution is auto-generated +from perl ".pod" format by the "pod2text" included in most +Perl distributions. + +marmosets, + Bryan diff --git a/locale/aclocal.m4 b/locale/aclocal.m4 index 4ab8160..0cdbeac 100644 --- a/locale/aclocal.m4 +++ b/locale/aclocal.m4 @@ -889,4 +889,4 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -m4_include([m4/ax_pd_external.m4]) +m4_include([common/m4/ax_pd_external.m4]) diff --git a/locale/config/Makefile.am b/locale/config/Makefile.am index cfe9dde..b50e3f2 100644 --- a/locale/config/Makefile.am +++ b/locale/config/Makefile.am @@ -4,4 +4,4 @@ ## + automake file for 'config' package-subdir ##----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am +include $(top_srcdir)/common/pdexternal.am diff --git a/locale/config/Makefile.in b/locale/config/Makefile.in index 6e134f2..f9f72f8 100644 --- a/locale/config/Makefile.in +++ b/locale/config/Makefile.in @@ -39,10 +39,10 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(top_srcdir)/pdexternal.am depcomp install-sh missing + $(top_srcdir)/common/pdexternal.am depcomp install-sh missing subdir = config ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pd_external.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -200,7 +200,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .@PDEXT@ .pod .txt .html -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/pdexternal.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/pdexternal.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -238,7 +238,7 @@ CTAGS: distdir: $(DISTFILES) - $(mkdir_p) $(distdir)/.. + $(mkdir_p) $(distdir)/../common @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ diff --git a/locale/configure b/locale/configure index 7a2b32e..157487a 100755 --- a/locale/configure +++ b/locale/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for locale 0.02. +# Generated by GNU Autoconf 2.61 for locale 0.02-1. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='locale' PACKAGE_TARNAME='locale' -PACKAGE_VERSION='0.02' -PACKAGE_STRING='locale 0.02' +PACKAGE_VERSION='0.02-1' +PACKAGE_STRING='locale 0.02-1' PACKAGE_BUGREPORT='moocow@ling.uni-potsdam.de' ac_default_prefix=/usr/local @@ -1189,7 +1189,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures locale 0.02 to adapt to many kinds of systems. +\`configure' configures locale 0.02-1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1255,7 +1255,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of locale 0.02:";; + short | recursive ) echo "Configuration of locale 0.02-1:";; esac cat <<\_ACEOF @@ -1351,7 +1351,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -locale configure 0.02 +locale configure 0.02-1 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1365,7 +1365,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by locale $as_me 0.02, which was +It was created by locale $as_me 0.02-1, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2047,7 +2047,7 @@ fi # Define the identity of the package. PACKAGE=locale - VERSION=0.02 + VERSION=0.02-1 cat >>confdefs.h <<_ACEOF @@ -3489,7 +3489,7 @@ else fi if test -n "$pdincludedir" ; then - IFLAGS="$IFLAGS -I$pdincludedir" + PDEXT_IFLAGS="$PDEXT_IFLAGS -I$pdincludedir" fi @@ -3557,7 +3557,7 @@ fi ##vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ## check: m_pd.h - CPPFLAGS="$CPPFLAGS $IFLAGS" + CPPFLAGS="$CPPFLAGS $PDEXT_IFLAGS" { echo "$as_me:$LINENO: checking for m_pd.h" >&5 echo $ECHO_N "checking for m_pd.h... $ECHO_C" >&6; } if test "${ac_cv_header_m_pd_h+set}" = set; then @@ -5199,7 +5199,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by locale $as_me 0.02, which was +This file was extended by locale $as_me 0.02-1, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5252,7 +5252,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -locale config.status 0.02 +locale config.status 0.02-1 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/locale/configure.ac b/locale/configure.ac index 1cf1beb..a112a46 100644 --- a/locale/configure.ac +++ b/locale/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.5) dnl Some handy macros define([THE_PACKAGE_NAME], [locale]) -define([THE_PACKAGE_VERSION], [0.02]) +define([THE_PACKAGE_VERSION], [0.02-1]) define([THE_PACKAGE_AUTHOR], [moocow@ling.uni-potsdam.de]) AC_INIT(THE_PACKAGE_NAME, THE_PACKAGE_VERSION, THE_PACKAGE_AUTHOR) diff --git a/locale/m4 b/locale/m4 deleted file mode 120000 index 83ffc0c..0000000 --- a/locale/m4 +++ /dev/null @@ -1 +0,0 @@ -../common/m4 \ No newline at end of file diff --git a/locale/pdexternal.am b/locale/pdexternal.am deleted file mode 120000 index 914f4be..0000000 --- a/locale/pdexternal.am +++ /dev/null @@ -1 +0,0 @@ -../common/pdexternal.am \ No newline at end of file diff --git a/locale/src/Makefile.am b/locale/src/Makefile.am index 3c5829e..57161b4 100644 --- a/locale/src/Makefile.am +++ b/locale/src/Makefile.am @@ -7,7 +7,7 @@ #----------------------------------------------------------------------- # Includes #----------------------------------------------------------------------- -include $(top_srcdir)/pdexternal.am +include $(top_srcdir)/common/pdexternal.am #----------------------------------------------------------------------- # pd externals (hacked _PROGRAMS target) diff --git a/locale/src/Makefile.in b/locale/src/Makefile.in index ed878f8..42eea8e 100644 --- a/locale/src/Makefile.in +++ b/locale/src/Makefile.in @@ -47,12 +47,12 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/config.h.in $(top_srcdir)/pdexternal.am + $(srcdir)/config.h.in $(top_srcdir)/common/pdexternal.am pdexterns_PROGRAMS = locale$(EXEEXT) uselocale$(EXEEXT) EXTRA_PROGRAMS = locale$(EXEEXT) uselocale$(EXEEXT) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pd_external.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -247,7 +247,7 @@ all: config.h .SUFFIXES: .SUFFIXES: .@PDEXT@ .pod .txt .html .c .o .obj -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/pdexternal.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/pdexternal.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -430,7 +430,7 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) - $(mkdir_p) $(distdir)/.. + $(mkdir_p) $(distdir)/../common @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ diff --git a/locale/svn-prepare.sh b/locale/svn-prepare.sh new file mode 120000 index 0000000..12a9e5b --- /dev/null +++ b/locale/svn-prepare.sh @@ -0,0 +1 @@ +../common/svn-prepare.sh \ No newline at end of file -- cgit v1.2.1