diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
commit | 301e338c6658a836758c69f1afadee091994d30d (patch) | |
tree | 8bdfac0b807a12eb9a241fbb73c3bd7c7fa7a6ba /print/lyx16/files/patch-autogen.sh | |
parent | * Add libgnugetopt dependency. (diff) |
Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility of
building with GTk and Qt frontends needs to be investigated.
The layers upon layers of automake/autoconf/configure.in/configure are
disgusting and call for a nice and clean replacements of Makefiles.
PR: ports/40080 (and a few earlier ones without patches)
Submitted by: KATO Tsuguru
Diffstat (limited to 'print/lyx16/files/patch-autogen.sh')
-rw-r--r-- | print/lyx16/files/patch-autogen.sh | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/print/lyx16/files/patch-autogen.sh b/print/lyx16/files/patch-autogen.sh new file mode 100644 index 000000000000..9358d3a465e0 --- /dev/null +++ b/print/lyx16/files/patch-autogen.sh @@ -0,0 +1,32 @@ +--- autogen.sh Thu Apr 18 22:11:28 2002 ++++ autogen.sh Fri Jun 28 21:55:35 2002 +@@ -1,9 +1,9 @@ + #!/bin/sh + + ACLOCAL=aclocal +-AUTOHEADER=autoheader ++AUTOHEADER=autoheader213 + AUTOMAKE="automake -a -c --foreign" +-AUTOCONF=autoconf ++AUTOCONF=autoconf213 + GNUM4= + + ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 sigc++.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4" +@@ -31,7 +31,7 @@ + echo "done." + + # Generate the Makefiles and configure files +-if ( aclocal --version ) </dev/null > /dev/null 2>&1; then ++if ( $ACLOCAL --version ) </dev/null > /dev/null 2>&1; then + echo "Building macros..." + for dir in . lib/reLyX sigc++ ; do + echo " $dir" +@@ -43,7 +43,7 @@ + exit + fi + +-if ( autoheader --version ) </dev/null > /dev/null 2>&1; then ++if ( $AUTOHEADER --version ) </dev/null > /dev/null 2>&1; then + echo "Building config header template..." + for dir in . sigc++ ; do + echo " $dir" |