macros/ChangeLog:
authorPeter Williams <peterw@ximian.com>
Sat, 2 Jun 2001 13:45:14 +0000 (13:45 +0000)
committerPeter Williams <peterw@src.gnome.org>
Sat, 2 Jun 2001 13:45:14 +0000 (13:45 +0000)
2001-06-01  Peter Williams  <peterw@ximian.com>

       * autogen.sh: s,Gnome,$PKG_NAME,g

macros2/ChangeLog:
2001-06-01  Peter Williams  <peterw@ximian.com>

       * autogen.sh: s,Gnome,$PKG_NAME,g

svn path=/trunk/; revision=1779

macros/ChangeLog
macros/autogen.sh
macros2/ChangeLog
macros2/autogen.sh

index 3f9c5fa..0f471ff 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-01  Peter Williams  <peterw@ximian.com>
+
+       * autogen.sh: s,Gnome,$PKG_NAME,g
+
 2001-05-24  Arturo Espinosa Aldama  <arturo@ximian.com>
 
        * 0.5 RELEASE
index 43d7d3f..486e1f8 100644 (file)
@@ -11,7 +11,7 @@ fi
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`autoconf' installed to compile Gnome."
+  echo "**Error**: You must have \`autoconf' installed to compile $PKG_NAME."
   echo "Download the appropriate package for your distribution,"
   echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
   DIE=1
@@ -20,7 +20,7 @@ fi
 (grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/configure.in >/dev/null) && {
   (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || {
     echo 
-    echo "**Error**: You must have \`xml-i18n-toolize' installed to compile Gnome."
+    echo "**Error**: You must have \`xml-i18n-toolize' installed to compile $PKG_NAME."
     echo "Get ftp://ftp.gnome.org/pub/GNOME/stable/sources/xml-i18n-tools/xml-i18n-tools-0.6.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -30,7 +30,7 @@ fi
 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
   (libtool --version) < /dev/null > /dev/null 2>&1 || {
     echo
-    echo "**Error**: You must have \`libtool' installed to compile Gnome."
+    echo "**Error**: You must have \`libtool' installed to compile $PKG_NAME."
     echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -41,7 +41,7 @@ fi
 #  grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
 #  (gettext --version) < /dev/null > /dev/null 2>&1 || {
 #    echo
-#    echo "**Error**: You must have \`gettext' installed to compile Gnome."
+#    echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
 #    echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
 #    echo "(or a newer version if it is available)"
 #    DIE=1
@@ -52,7 +52,7 @@ fi
 #  grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
 #  (gettext --version) < /dev/null > /dev/null 2>&1 || {
 #    echo
-#    echo "**Error**: You must have \`gettext' installed to compile Gnome."
+#    echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
 #    echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
 #    echo "(or a newer version if it is available)"
 #    DIE=1
@@ -61,7 +61,7 @@ fi
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`automake' installed to compile Gnome."
+  echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
   echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
   echo "(or a newer version if it is available)"
   DIE=1
index 1e0c9b1..1a0b740 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-01  Peter Williams  <peterw@ximian.com>
+
+       * autogen.sh: s,Gnome,$PKG_NAME,g
+
 2001-04-13  Martin Baulig  <baulig@suse.de>
 
        * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
index c98cb1e..1f9575c 100644 (file)
@@ -13,7 +13,7 @@ fi
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`autoconf' installed to compile Gnome."
+  echo "**Error**: You must have \`autoconf' installed to compile $PKG_NAME."
   echo "Download the appropriate package for your distribution,"
   echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
   DIE=1
@@ -22,7 +22,7 @@ fi
 (grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/configure.in >/dev/null) && {
   (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || {
     echo 
-    echo "**Error**: You must have \`xml-i18n-toolize' installed to compile Gnome."
+    echo "**Error**: You must have \`xml-i18n-toolize' installed to compile $PKG_NAME."
     echo "Get ftp://ftp.gnome.org/pub/GNOME/stable/sources/xml-i18n-tools/xml-i18n-tools-0.6.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -32,7 +32,7 @@ fi
 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
   (libtool --version) < /dev/null > /dev/null 2>&1 || {
     echo
-    echo "**Error**: You must have \`libtool' installed to compile Gnome."
+    echo "**Error**: You must have \`libtool' installed to compile $PKG_NAME."
     echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -43,7 +43,7 @@ grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
   grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
   (gettext --version) < /dev/null > /dev/null 2>&1 || {
     echo
-    echo "**Error**: You must have \`gettext' installed to compile Gnome."
+    echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
     echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -54,7 +54,7 @@ grep "^AM_GNOME2?_GETTEXT" $srcdir/configure.in >/dev/null && {
   grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
   (gettext --version) < /dev/null > /dev/null 2>&1 || {
     echo
-    echo "**Error**: You must have \`gettext' installed to compile Gnome."
+    echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
     echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
     echo "(or a newer version if it is available)"
     DIE=1
@@ -63,7 +63,7 @@ grep "^AM_GNOME2?_GETTEXT" $srcdir/configure.in >/dev/null && {
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`automake' installed to compile Gnome."
+  echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
   echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
   echo "(or a newer version if it is available)"
   DIE=1