From e605a333e0d5d78738b8cbe80e45b51368cc691c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sat, 25 Jan 2003 22:41:42 +0000 Subject: Remove the files, that should've removed in the previous commit. As usual, I rm-ed them locally, ran the test-built, and committed without cvs-deleting first. Reminded by: KATO Tsuguru --- print/lyx15/files/patch-autogen.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 print/lyx15/files/patch-autogen.sh (limited to 'print/lyx15/files/patch-autogen.sh') diff --git a/print/lyx15/files/patch-autogen.sh b/print/lyx15/files/patch-autogen.sh deleted file mode 100644 index 9358d3a465e0..000000000000 --- a/print/lyx15/files/patch-autogen.sh +++ /dev/null @@ -1,32 +0,0 @@ ---- 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 2>&1; then -+if ( $ACLOCAL --version ) /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 2>&1; then -+if ( $AUTOHEADER --version ) /dev/null 2>&1; then - echo "Building config header template..." - for dir in . sigc++ ; do - echo " $dir" -- cgit v1.2.3